Create(TStream,string) Constructor
Creates an X.509 certificate from a stream.
Declaration
constructor Create(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
You can call this constructor to create an X.509 certificate from a stream.
See Also