1 write to m_CheckCertRevocation
System (1)
net\System\Net\_SecureChannel.cs (1)
110
m_CheckCertRevocation
= checkCertRevocationStatus;
2 references to m_CheckCertRevocation
System (2)
net\System\Net\_SecureChannel.cs (2)
231
return
m_CheckCertRevocation
;
1251
chain.ChainPolicy.RevocationMode =
m_CheckCertRevocation
? X509RevocationMode.Online : X509RevocationMode.NoCheck;