ClientServerCertificatesCheckCertificateRevocation Property |
Gets or sets whether the certificate revocation list is checked during authentication.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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