ICertVerifier.Verify

Syntax

Verify(Code: String; Signature: String): Boolean;

Parameters

Code. Random block of data.

Signature. Block of data signed with digital signature.

Description

The Verify method verifies digital signature of data block and basing on initial data block.

Comments

The method returns True, if the Signature data block is the Code data block signed with the digital signature. The ICertSigner.Sign method performs digital signature.

Example

Examples of use are given in description of the ICertProvider.OpenVerifier, ICertProvider.OpenVerifierBase64 methods.

See also:

ICertVerifier