6 writes to RevocationFlag
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
202RevocationFlag = revocationFlag,
Microsoft.DotNet.SignCheckLibrary (1)
Verification\VsixVerifier.cs (1)
164certChain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
System.Net.Quic (1)
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
194chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
System.Net.Security (1)
System\Net\Security\SslStream.Protocol.cs (1)
1077chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\ManagedCertificateFinder.cs (1)
367RevocationFlag = X509RevocationFlag.ExcludeRoot
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
712chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
3 references to RevocationFlag
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Chain.cs (1)
133chainPolicy.RevocationFlag,
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (2)
966chain.ChainPolicy.RevocationFlag); 971chain.ChainPolicy.RevocationFlag);