[FTPS Only] The certificate presented by the server.

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

Syntax

C#
public SSLFTPCertificate ServerCertificate { get; }
Visual Basic
Public ReadOnly Property ServerCertificate As SSLFTPCertificate
	Get
Visual C++
public:
property SSLFTPCertificate^ ServerCertificate {
	SSLFTPCertificate^ get ();
}

Remarks

During the negotiation of a secure connection, the server presents a certificate which may be accessed using this property. The property may not be accessed until a secure connection has been made.

See Also