| SSLConfigurationCheckCertificateRevocation Property |
Specifies whether the certificate revocation list is checked during authentication. Default is false.
Namespace:
Limilabs.Client
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
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