Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
PKCS7.SignedDataCertCount
Queries number of signing certificates.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Certificates | 9.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "PKCS7.SignedDataCertCount"; PKCS7 Reference ) More
Parameters
Parameter | Description | Example |
---|---|---|
PKCS7 Reference | The reference to the PKCS#7. | $pkcs7 |
Result
Returns number or error.
Description
Queries number of signing certificates.Examples
Show number of certificates:
Set Variable [ $pkcs7 ; Value: MBS( "PKCS7.ReadFromFile"; "/Users/cs/Desktop/IT12345.xml.p7m" ) ]
Show Custom Dialog [ "Content" ; MBS( "PKCS7.SignedDataCertCount"; $pkcs7 ) ]
Set Variable [ $r ; Value: MBS( "PKCS7.Release"; $pkcs7) ]
See also
This function checks for a license.
Created 6th March 2019, last changed 6th March 2019