ICertificate.SetData

Syntax

SetData(Stream: IIOStream);

Parameters

Stream. Stream from which certificate is loaded.

Description

The SetData method loads contents to the current certificate from the specified stream.

Comments

The method is used on creating a new certificate or updating current certificate. Stream can be linked to the file or any other place where pem-certificate is stored.

Example

The example of use is given in the ICertificates.Add method description.

See also:

ICertificate