18 references to NoCheck
System (5)
net\System\Net\_SecureChannel.cs (2)
641chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; 1251chain.ChainPolicy.RevocationMode = m_CheckCertRevocation? X509RevocationMode.Online : X509RevocationMode.NoCheck;
security\system\security\cryptography\x509\x509certificate2collection.cs (1)
657X509RevocationMode.NoCheck,
security\system\security\cryptography\x509\x509chainpolicy.cs (1)
75if (value < X509RevocationMode.NoCheck || value > X509RevocationMode.Offline)
security\system\security\cryptography\x509\x509utils.cs (1)
160if (revocationMode == X509RevocationMode.NoCheck)
System.Core (2)
System\Security\Cryptography\ManifestSignatureInformation.cs (1)
132if (revocationMode < X509RevocationMode.NoCheck || X509RevocationMode.Offline < revocationMode) {
System\Security\Cryptography\Xml\ManifestSignedXml.cs (1)
327case X509RevocationMode.NoCheck:
System.IdentityModel (6)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
104chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck;
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
365if (revocationMode == X509RevocationMode.NoCheck)
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
328chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck;
System\IdentityModel\Tokens\SamlSecurityTokenRequirement.cs (1)
90revocationMode = X509RevocationMode.NoCheck;
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
137revocationMode = X509RevocationMode.NoCheck;
System\IdentityModel\X509Util.cs (1)
136chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck;
System.Security (2)
system\security\cryptography\pkcs\signerinfo.cs (1)
399X509RevocationMode.NoCheck,
system\security\cryptography\x509\x509utils.cs (1)
32if (revocationMode == X509RevocationMode.NoCheck)
System.ServiceModel (2)
System\ServiceModel\Description\ConfigLoader.cs (1)
123chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck;
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (1)
220policy.RevocationMode = X509RevocationMode.NoCheck;
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
425chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck;