11 references to ExcludeRoot
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateAuthenticationOptions.cs (2)
71/// Defaults to <see cref="X509RevocationFlag.ExcludeRoot" />. 73public X509RevocationFlag RevocationFlag { get; set; } = X509RevocationFlag.ExcludeRoot;
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)
1205chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
447X509RevocationFlag.ExcludeRoot,
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (2)
75if (value < X509RevocationFlag.EndCertificateOnly || value > X509RevocationFlag.ExcludeRoot) 129_revocationFlag = X509RevocationFlag.ExcludeRoot;
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
869chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;