ClientServerCertificatesCheckCertificateRevocation Property |
Gets or sets whether the certificate revocation list is checked during authentication.
Namespace: MailBee.SecurityAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic bool CheckCertificateRevocation { get; set; }
Public Property CheckCertificateRevocation As Boolean
Get
Set
Property Value
Type:
BooleanIf
true, the certificate revocation list is checked during authentication; otherwise,
false.
The default value is
false.
Remarks
See Also