Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Queries number of signing certificates.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Certificates | 9.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
PKCS7 Reference | The reference to the PKCS#7. | $pkcs7 |
Returns number or error.
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) ]
Created 6th March 2019, last changed 6th March 2019
PKCS7.SignedDataCert - PKCS7.SignedDataContent
Feedback: Report problem or ask question.