| ServerCertificateValidateEventArgsCertificate Property |
The certificate used to authenticate the remote party.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public X509Certificate Certificate { get; }
Public ReadOnly Property Certificate As X509Certificate
Get
public:
property X509Certificate^ Certificate {
X509Certificate^ get ();
}
member Certificate : X509Certificate with get
Property Value
Type:
X509CertificateSee Also