System.Net.Security.SslStream.CheckCertRevocationStatus Property

Gets a bool value that indicates whether the certificate revocation list is checked during the certificate validation process.

Syntax

public virtual bool CheckCertRevocationStatus { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The certificate revocation list contains certificates that have been revoked by the issuer. Checking the list negatively impacts performance but improves application security.

Requirements

Namespace: System.Net.Security
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0