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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
PKCS7.SignedDataCert
Queries signing certificate with given index.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Certificates | 9.1 | Yes | Yes | Yes | Yes | Yes |
Parameters
| Parameter | Description | Example |
|---|---|---|
| PKCS7 Reference | The reference to the PKCS#7. | $pkcs7 |
Result
Returns X509 reference number or error.
Description
Queries signing certificate with given index.Examples
Show certificate used to sign:
Set Variable [ $pkcs7 ; Value: MBS( "PKCS7.ReadFromFile"; "/Users/cs/Desktop/IT12345.xml.p7m" ) ]
Set Variable [ $x509 ; Value: MBS( "PKCS7.SignedDataCert"; $pkcs7; 0 ) ]
Show Custom Dialog [ "Content" ; MBS( "X509.Description"; $x509 ) ]
Set Variable [ $x509 ; Value: MBS( "X509.Release"; $x509 ) ]
Set Variable [ $r ; Value: MBS( "PKCS7.Release"; $pkcs7) ]
See also
- PKCS7.ReadFromFile
- PKCS7.Release
- PKCS7.SignedDataCertCount
- PKCS7.SignedDataContent
- X509.Description
- X509.Release
Created 6th March 2019, last changed 6th March 2019
PKCS7.ReleaseAll - PKCS7.SignedDataCertCount
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins