28 references to X509RevocationFlag
Microsoft.DotNet.Arcade.Sdk (1)
src\DownloadFile.cs (1)
140RevocationFlag = X509RevocationFlag.ExcludeRoot,
netstandard (1)
netstandard.cs (1)
1977[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509RevocationFlag))]
NuGet.Packaging (1)
Signing\Utility\CertificateChainUtility.cs (1)
209policy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
884[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509RevocationFlag))]
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpRequestCallback.cs (1)
383chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
System.Net.Quic (5)
_generated\0\LibraryImports.g.cs (2)
2419private static partial bool CryptoNative_X509StoreSetRevocationFlag(global::Microsoft.Win32.SafeHandles.SafeX509StoreHandle ctx, global::System.Security.Cryptography.X509Certificates.X509RevocationFlag revocationFlag) 2448static extern unsafe int __PInvoke(nint __ctx_native, global::System.Security.Cryptography.X509Certificates.X509RevocationFlag __revocationFlag_native);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs (2)
170private static partial bool CryptoNative_X509StoreSetRevocationFlag(SafeX509StoreHandle ctx, X509RevocationFlag revocationFlag); 172internal static void X509StoreSetRevocationFlag(SafeX509StoreHandle ctx, X509RevocationFlag revocationFlag)
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
194chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
System.Net.Security (5)
_generated\0\LibraryImports.g.cs (2)
5884private static partial bool CryptoNative_X509StoreSetRevocationFlag(global::Microsoft.Win32.SafeHandles.SafeX509StoreHandle ctx, global::System.Security.Cryptography.X509Certificates.X509RevocationFlag revocationFlag) 5913static extern unsafe int __PInvoke(nint __ctx_native, global::System.Security.Cryptography.X509Certificates.X509RevocationFlag __revocationFlag_native);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs (2)
170private static partial bool CryptoNative_X509StoreSetRevocationFlag(SafeX509StoreHandle ctx, X509RevocationFlag revocationFlag); 172internal static void X509StoreSetRevocationFlag(SafeX509StoreHandle ctx, X509RevocationFlag revocationFlag)
System\Net\Security\SslStream.Protocol.cs (1)
1105chain.ChainPolicy.RevocationFlag = X509RevocationFlag.ExcludeRoot;
System.Security.Cryptography (11)
System\Security\Cryptography\X509Certificates\ChainPal.cs (1)
19X509RevocationFlag revocationFlag,
System\Security\Cryptography\X509Certificates\ChainPal.Windows.BuildChain.cs (4)
24X509RevocationFlag revocationFlag, 120X509RevocationFlag revocationFlag, 134if (revocationFlag == X509RevocationFlag.EndCertificateOnly) 136else if (revocationFlag == X509RevocationFlag.EntireChain)
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
447X509RevocationFlag.ExcludeRoot,
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (5)
9private X509RevocationFlag _revocationFlag; 67public X509RevocationFlag RevocationFlag 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;
System.Security.Cryptography.X509Certificates (1)
System.Security.Cryptography.X509Certificates.cs (1)
41[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509RevocationFlag))]