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