edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Writes the certificate to a file in PEM format.

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

Syntax

C#
public void WriteToPEM(
	string pemFilePath
)
Visual Basic
Public Sub WriteToPEM ( _
	pemFilePath As String _
)
Visual C++
public:
void WriteToPEM(
	String^ pemFilePath
)

Parameters

pemFilePath
Type: System..::..String
Path of file.

See Also