SSLFTPCertificateToLongString Method
Returns a long string representation of the certificate.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public string ToLongString(
string separator
)
Public Function ToLongString (
separator As String
) As String
public:
String^ ToLongString(
String^ separator
)
member ToLongString :
separator : string -> string
- separator String
- Separator to use
StringA string representation of the certificate.