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

SSLFTPCertificateCreateFromCER Method

Loads the certificate from a CER file.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public static SSLFTPCertificate CreateFromCER(
	string cerFileName
)

Parameters

cerFileName  String
Name of CER file.

Return Value

SSLFTPCertificate
The certificate object (not including the private key).

See Also