Click or drag to resize

TlsServerCheckCertificateRevocation Property

Gets or sets a boolean value that determines whether the certificate revocation list is checked during authentication.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(true)]
public bool CheckCertificateRevocation { get; set; }
View Source

Property Value

Boolean
See Also