edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Loads the certificate from a PEM file.

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public static SSLFTPCertificate CreateFromPEM(
	string pemFileName
)
Visual Basic
Public Shared Function CreateFromPEM ( _
	pemFileName As String _
) As SSLFTPCertificate
Visual C++
public:
static SSLFTPCertificate^ CreateFromPEM(
	String^ pemFileName
)

Parameters

pemFileName
Type: System..::..String
Name of CER file.

Return Value

The certificate object (not including the private key).

See Also