SetData(Stream: IIOStream);
SetData(Stream: System.IO.Stream);
Stream. Stream from which certificate is loaded.
The SetData method loads contents to the current certificate from the specified stream.
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.
The example of use is given in the ICertificates.Add method description.
See also: