2 references to DefaultRevocationMode
System.Net.Security (2)
System\Net\Security\SslClientAuthenticationOptions.cs (1)
15private X509RevocationMode _checkCertificateRevocation = SslAuthenticationOptions.DefaultRevocationMode;
System\Net\Security\SslServerAuthenticationOptions.cs (1)
13private X509RevocationMode _checkCertificateRevocation = SslAuthenticationOptions.DefaultRevocationMode;