Create(string,string) Constructor
Creates an X.509 certificate from a PFX (Personal Information Exchange) file.
Declaration
constructor Create(const AFileName: string; const APassword: string); overload;
Parameters
Name | Type | Description |
---|---|---|
AFileName | string | The absolute or relative path to the source X.509 certificate file (PFX). This parameter value initializes the created certificate’s FileName property. |
APassword | string | The password required to import certificate content. |
Remarks
You can call this constructor to create an X.509 certificate from a PFX file.
See Also