ICertificate.GetData

Syntax

GetData(Stream: IIOStream);

Parameters

Stream. Stream to which certificate content is placed.

Description

The GetData method loads contents of the current certificate to the specified stream.

Example

The example of use is given in description of the ICertProvider.OpenVerifier method.

See also:

ICertificate