Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

to be signed in base64 encoding
SignatureFormat format
Format of signature to validate. If not specified Cades is used.

Returns

...

Example

Verify a signature

Code Block
languagejs
var verificationResult = $Crypto.Verify('base64 encoded signed data', 'Cades');

Types

SignatureFormat