Skip to main content

TdxX509CertificateList.Import(string,string) Method

Imports an X.509 certificate from a PFX (Personal Information Exchange) file.

Declaration

procedure Import(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

Call the Import procedure to add a certificate to the collection from a PFX file.

See Also