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