edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Returns a long string representation of the certificate.

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

Syntax

C#
public string ToLongString(
	string separator
)
Visual Basic
Public Function ToLongString ( _
	separator As String _
) As String
Visual C++
public:
String^ ToLongString(
	String^ separator
)

Parameters

separator
Type: System..::..String
Separator to use

Return Value

A string representation of the certificate.

See Also