 | SSLConfigurationCheckCertificateRevocation Property |
Specifies whether the certificate revocation list is checked during authentication. Default is false.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool CheckCertificateRevocation { get; set; }Public Property CheckCertificateRevocation As Boolean
Get
Set
public:
property bool CheckCertificateRevocation {
bool get ();
void set (bool value);
}member CheckCertificateRevocation : bool with get, set
Property Value
Boolean
See Also