ICertProvider.Code

Syntax

Code(Cookie: String): String;

Parameters

Cookie. Random value used to match digital signature and block of data.

Description

The Code property determines block of data with which will be matched specified random value.

Comments

The Cookie random value can be generated with the ICertProvider.NewCode method or obtained in a different way.

Example

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

See also:

ICertProvider