Verify¶
Verifies the specified signature data.
1 |
|
Parameters¶
string data
The data to be signed, in Base64 encoding.
SignatureFormat format
The format of the signature to validate. The default is Cades
.
Returns¶
The verification result.
Remarks¶
Verify a signature:¶
1 |
|
Types¶
SignatureFormat¶
Types of digital signature formats.
( "Cades"
| "Pades"
| "Xades"
| "SMime"
)