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

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

Syntax

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

Parameters

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

See Also