6 writes to RevocationFlag
Microsoft.DotNet.Arcade.Sdk (1)
src\DownloadFile.cs (1)
140RevocationFlag = X509RevocationFlag.ExcludeRoot,
NuGet.Packaging (1)
Signing\Utility\CertificateChainUtility.cs (1)
209policy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpRequestCallback.cs (1)
383chain.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)
1105chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
869chain.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);