12 references to ExcludeRoot
System (5)
net\System\Net\_SecureChannel.cs (1)
1252chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
security\system\security\cryptography\x509\x509certificate2.cs (1)
1140X509RevocationFlag.ExcludeRoot,
security\system\security\cryptography\x509\x509certificate2collection.cs (1)
658X509RevocationFlag.ExcludeRoot,
security\system\security\cryptography\x509\x509chainpolicy.cs (2)
86if (value < X509RevocationFlag.EndCertificateOnly || value > X509RevocationFlag.ExcludeRoot) 131m_revocationFlag = X509RevocationFlag.ExcludeRoot;
System.Core (3)
System\Security\Cryptography\ManifestSignatureInformation.cs (2)
114X509RevocationFlag.ExcludeRoot, 129if (revocationFlag < X509RevocationFlag.EndCertificateOnly || X509RevocationFlag.ExcludeRoot < revocationFlag) {
System\Security\Cryptography\Xml\ManifestSignedXml.cs (1)
320case X509RevocationFlag.ExcludeRoot:
System.IdentityModel (1)
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
329chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
System.Security (2)
system\security\cryptography\pkcs\signerinfo.cs (2)
400X509RevocationFlag.ExcludeRoot, 691X509RevocationFlag.ExcludeRoot,
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
412chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;