SslStream::CheckCertRevocationStatus Property
.NET Framework (current version)
Gets a Boolean value that indicates whether the certificate revocation list is checked during the certificate validation process.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if the certificate revocation list is checked; otherwise, false.
The certificate revocation list contains certificates that have been revoked by the issuer. Checking the list negatively impacts performance but improves application security.
.NET Framework
Available since 2.0
Available since 2.0
Show: