4 writes to CertificateRevocationCheckMode
System.Net.Security (4)
System\Net\Security\SslAuthenticationOptions.cs (4)
84
CertificateRevocationCheckMode
= sslClientAuthenticationOptions.CertificateRevocationCheckMode;
140
CertificateRevocationCheckMode
= sslServerAuthenticationOptions.CertificateRevocationCheckMode;
234
CertificateRevocationCheckMode
= CertificateRevocationCheckMode,
270
CertificateRevocationCheckMode
= other.CertificateRevocationCheckMode;
8 references to CertificateRevocationCheckMode
System.Net.Security (8)
System\Net\Security\SslAuthenticationOptions.cs (2)
234
CertificateRevocationCheckMode =
CertificateRevocationCheckMode
,
270
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)
576
_sslAuthenticationOptions.
CertificateRevocationCheckMode
!= X509RevocationMode.NoCheck,
729
_sslAuthenticationOptions.
CertificateRevocationCheckMode
!= X509RevocationMode.NoCheck,
952
_sslAuthenticationOptions.
CertificateRevocationCheckMode
!= X509RevocationMode.NoCheck,
1255
chain.ChainPolicy.RevocationMode = sslAuthenticationOptions.
CertificateRevocationCheckMode
;
System\Net\Security\SslStream.TlsSessionWedge.cs (1)
142
_sslAuthenticationOptions.
CertificateRevocationCheckMode
!= X509RevocationMode.NoCheck,