edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPCertificateCreateFromPFX(String, String) Method

Loads the certificate and private key from a PFX file.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public static SSLFTPCertificate CreateFromPFX(
	string pfxFileName,
	string pfxPassword
)

Parameters

pfxFileName  String
Name of PFX file.
pfxPassword  String
Password used to access PFX file.

Return Value

SSLFTPCertificate
The certificate object (including the private key).

Remarks

This PFX file must contain the private key.

See Also