9 references to ExcludeRoot
Microsoft.DotNet.Arcade.Sdk (1)
src\DownloadFile.cs (1)
140
RevocationFlag = X509RevocationFlag.
ExcludeRoot
,
NuGet.Packaging (1)
Signing\Utility\CertificateChainUtility.cs (1)
209
policy.RevocationFlag = X509RevocationFlag.
ExcludeRoot
;
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpRequestCallback.cs (1)
383
chain.ChainPolicy.RevocationFlag = X509RevocationFlag.
ExcludeRoot
;
System.Net.Quic (1)
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
194
chain.ChainPolicy.RevocationFlag = X509RevocationFlag.
ExcludeRoot
;
System.Net.Security (1)
System\Net\Security\SslStream.Protocol.cs (1)
1105
chain.ChainPolicy.RevocationFlag = X509RevocationFlag.
ExcludeRoot
;
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
447
X509RevocationFlag.
ExcludeRoot
,
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (2)
75
if (value < X509RevocationFlag.EndCertificateOnly || value > X509RevocationFlag.
ExcludeRoot
)
129
_revocationFlag = X509RevocationFlag.
ExcludeRoot
;
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
869
chain.ChainPolicy.RevocationFlag = X509RevocationFlag.
ExcludeRoot
;