Versions Compared

Key

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

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

Types

SignatureFormat

Types of digital signature formats ( "Cades" | "Pades" | "Xades" | "SMime" )