4 writes to CertificateRevocationCheckMode
System.Net.Security (4)
System\Net\Security\SslAuthenticationOptions.cs (4)
84
CertificateRevocationCheckMode
= sslClientAuthenticationOptions.CertificateRevocationCheckMode;
140
CertificateRevocationCheckMode
= sslServerAuthenticationOptions.CertificateRevocationCheckMode;
227
CertificateRevocationCheckMode
= CertificateRevocationCheckMode,
263
CertificateRevocationCheckMode
= other.CertificateRevocationCheckMode;
8 references to CertificateRevocationCheckMode
System.Net.Security (8)
System\Net\Security\SslAuthenticationOptions.cs (2)
227
CertificateRevocationCheckMode =
CertificateRevocationCheckMode
,
263
CertificateRevocationCheckMode = other.
CertificateRevocationCheckMode
;
System\Net\Security\SslStream.cs (1)
544
public virtual bool CheckCertRevocationStatus => _sslAuthenticationOptions.
CertificateRevocationCheckMode
!= X509RevocationMode.NoCheck;
System\Net\Security\SslStream.Protocol.cs (4)
575
_sslAuthenticationOptions.
CertificateRevocationCheckMode
!= X509RevocationMode.NoCheck,
721
_sslAuthenticationOptions.
CertificateRevocationCheckMode
!= X509RevocationMode.NoCheck,
943
_sslAuthenticationOptions.
CertificateRevocationCheckMode
!= X509RevocationMode.NoCheck,
1246
chain.ChainPolicy.RevocationMode = sslAuthenticationOptions.
CertificateRevocationCheckMode
;
System\Net\Security\SslStream.TlsSessionWedge.cs (1)
142
_sslAuthenticationOptions.
CertificateRevocationCheckMode
!= X509RevocationMode.NoCheck,