TdxX509CertificateList.Import(TStream,string) Method
Imports an X.509 certificate from a stream.
Declaration
procedure Import(AStream: TStream; const APassword: string); overload;
Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | The source stream that contains an X.509 certificate. |
APassword | string | The password required to import certificate content. |
Remarks
Call the Import
procedure to add a certificate to the collection from a stream.
See Also