ICertProvider.NewCode

Syntax

NewCode(Var Cookie: String; Var Code: String);

Parameters

Cookie. Variable to which the random value used to match digital signature and obtained block of data.

Code. Variable to which random block of data will be placed which should be signed with the digital signature.

Description

The NewCode method generates a pair "block of data-random value" further used for digital signature.

Example

The example of use is given in description of the ICertCredentials.Signature property.

See also:

ICertProvider