5 references to EntireChain
System (1)
security\system\security\cryptography\x509\x509utils.cs (1)
168else if (revocationFlag == X509RevocationFlag.EntireChain)
System.Core (1)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (1)
316case X509RevocationFlag.EntireChain:
System.IdentityModel (1)
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
373else if (revocationFlag == X509RevocationFlag.EntireChain)
System.Security (1)
system\security\cryptography\x509\x509utils.cs (1)
40else if (revocationFlag == X509RevocationFlag.EntireChain)
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
420chain.ChainPolicy.RevocationFlag = X509RevocationFlag.EntireChain;