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