$Crypto.Verify
Overview
Verifies the specified signature data
VerifyResult $Crypto.Verify(data: string, format: SignatureFormat)
Arguments
string data
to be signed in base64 encoding
SignatureFormat format
Format of signature to validate. If not specified Cades is used.
Returns
Verification result
Example
Verify a signature
var verificationResult = $Crypto.Verify('base64 encoded signed data', 'Cades');
Types
SignatureFormat
Types of digital signature formats ( "Cades" | "Pades" | "Xades" | "SMime" )
Copyright © 2010 - 2023 Emakin. All rights reserved.