Verify(Code: String; Signature: String): Boolean;
Code. Random block of data.
Signature. Block of data signed with digital signature.
The Verify method verifies digital signature of data block and basing on initial data block.
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.
Examples of use are given in description of the ICertProvider.OpenVerifier, ICertProvider.OpenVerifierBase64 methods.
See also: