28 references to X509RevocationFlag
Microsoft.DotNet.Arcade.Sdk (1)
src\DownloadFile.cs (1)
140
RevocationFlag =
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)
209
policy.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)
383
chain.ChainPolicy.RevocationFlag =
X509RevocationFlag
.ExcludeRoot;
System.Net.Quic (5)
_generated\0\LibraryImports.g.cs (2)
2419
private static partial bool CryptoNative_X509StoreSetRevocationFlag(global::Microsoft.Win32.SafeHandles.SafeX509StoreHandle ctx, global::System.Security.Cryptography.X509Certificates.
X509RevocationFlag
revocationFlag)
2448
static 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)
170
private static partial bool CryptoNative_X509StoreSetRevocationFlag(SafeX509StoreHandle ctx,
X509RevocationFlag
revocationFlag);
172
internal static void X509StoreSetRevocationFlag(SafeX509StoreHandle ctx,
X509RevocationFlag
revocationFlag)
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
194
chain.ChainPolicy.RevocationFlag =
X509RevocationFlag
.ExcludeRoot;
System.Net.Security (5)
_generated\0\LibraryImports.g.cs (2)
5884
private static partial bool CryptoNative_X509StoreSetRevocationFlag(global::Microsoft.Win32.SafeHandles.SafeX509StoreHandle ctx, global::System.Security.Cryptography.X509Certificates.
X509RevocationFlag
revocationFlag)
5913
static 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)
170
private static partial bool CryptoNative_X509StoreSetRevocationFlag(SafeX509StoreHandle ctx,
X509RevocationFlag
revocationFlag);
172
internal static void X509StoreSetRevocationFlag(SafeX509StoreHandle ctx,
X509RevocationFlag
revocationFlag)
System\Net\Security\SslStream.Protocol.cs (1)
1105
chain.ChainPolicy.RevocationFlag =
X509RevocationFlag
.ExcludeRoot;
System.Security.Cryptography (11)
System\Security\Cryptography\X509Certificates\ChainPal.cs (1)
19
X509RevocationFlag
revocationFlag,
System\Security\Cryptography\X509Certificates\ChainPal.Windows.BuildChain.cs (4)
24
X509RevocationFlag
revocationFlag,
120
X509RevocationFlag
revocationFlag,
134
if (revocationFlag ==
X509RevocationFlag
.EndCertificateOnly)
136
else if (revocationFlag ==
X509RevocationFlag
.EntireChain)
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
447
X509RevocationFlag
.ExcludeRoot,
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (5)
9
private
X509RevocationFlag
_revocationFlag;
67
public
X509RevocationFlag
RevocationFlag
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;
System.Security.Cryptography.X509Certificates (1)
System.Security.Cryptography.X509Certificates.cs (1)
41
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.
X509RevocationFlag
))]