ICertSigner.Sign

Syntax

Sign(Code: String): String;

Parameters

Code. Random block of data requiring to be digitally signed.

Description

The Sign method digitally signs the specified block of data.

Comments

The method returns data digitally signed. Further block of data can be checked with the ICertVerifier.Verify method.

Example

Examples of use are given in description of the ICertProvider.OpenSigner, ICertProvider.OpenSignerBase64 methods.

See also:

ICertSigner