| SSLConfigurationCheckCertificateRevocation Property |
Specifies whether the certificate revocation list is checked during authentication. Default is false.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public 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
Type:
BooleanSee Also