SSLFTPClientServerCertificate Property
The certificate presented by the server.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public SSLFTPCertificate ServerCertificate { get; }
Public ReadOnly Property ServerCertificate As SSLFTPCertificate
Get
public:
property SSLFTPCertificate^ ServerCertificate {
SSLFTPCertificate^ get ();
}
member ServerCertificate : SSLFTPCertificate with get
Property Value
SSLFTPCertificate
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.