 | ServerCertificateValidateEventArgsCertificate Property |
The certificate used to authenticate the remote party.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic X509Certificate Certificate { get; }Public ReadOnly Property Certificate As X509Certificate
Get
public:
property X509Certificate^ Certificate {
X509Certificate^ get ();
}member Certificate : X509Certificate with get
Property Value
X509Certificate
See Also