Verify¶
Verifies the specified signature data
1 |
|
Parameters¶
string data
to be signed in base64 encoding
SignatureFormat format
Format of signature to validate. If not specified Cades is used.
Returns¶
Verification result
Remarks¶
Verify a signature¶
1 |
|
Types¶
SignatureFormat¶
Types of digital signature formats
( "Cades"
| "Pades"
| "Xades"
| "SMime"
)