36 references to X509RevocationFlag
Microsoft.AspNetCore.Authentication.Certificate (5)
CertificateAuthenticationHandler.cs (2)
190
X509RevocationFlag
revocationFlag = Options.RevocationFlag;
196
revocationFlag =
X509RevocationFlag
.EntireChain;
CertificateAuthenticationOptions.cs (3)
63
/// Defaults to <see cref="
X509RevocationFlag
.ExcludeRoot" />.
65
public
X509RevocationFlag
RevocationFlag { get; set; } =
X509RevocationFlag
.ExcludeRoot;
netstandard (1)
netstandard.cs (1)
1977
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.
X509RevocationFlag
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
884
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.
X509RevocationFlag
))]
System.Net.Quic (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs (2)
169
private static partial bool CryptoNative_X509StoreSetRevocationFlag(SafeX509StoreHandle ctx,
X509RevocationFlag
revocationFlag);
171
internal static void X509StoreSetRevocationFlag(SafeX509StoreHandle ctx,
X509RevocationFlag
revocationFlag)
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
194
chain.ChainPolicy.RevocationFlag =
X509RevocationFlag
.ExcludeRoot;
System.Net.Security (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs (2)
169
private static partial bool CryptoNative_X509StoreSetRevocationFlag(SafeX509StoreHandle ctx,
X509RevocationFlag
revocationFlag);
171
internal static void X509StoreSetRevocationFlag(SafeX509StoreHandle ctx,
X509RevocationFlag
revocationFlag)
System\Net\Security\SslStream.Protocol.cs (1)
1077
chain.ChainPolicy.RevocationFlag =
X509RevocationFlag
.ExcludeRoot;
System.Security.Cryptography (21)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs (2)
169
private static partial bool CryptoNative_X509StoreSetRevocationFlag(SafeX509StoreHandle ctx,
X509RevocationFlag
revocationFlag);
171
internal static void X509StoreSetRevocationFlag(SafeX509StoreHandle ctx,
X509RevocationFlag
revocationFlag)
System\Security\Cryptography\X509Certificates\ChainPal.cs (1)
19
X509RevocationFlag
revocationFlag,
System\Security\Cryptography\X509Certificates\ChainPal.OpenSsl.cs (2)
37
X509RevocationFlag
revocationFlag,
81
X509RevocationFlag
revocationFlag,
System\Security\Cryptography\X509Certificates\ManagedCertificateFinder.cs (1)
367
RevocationFlag =
X509RevocationFlag
.ExcludeRoot
System\Security\Cryptography\X509Certificates\OpenSslX509ChainEventSource.cs (1)
706
internal void RevocationCheckStart(X509RevocationMode revocationMode,
X509RevocationFlag
revocationFlag, int chainSize)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (9)
356
X509RevocationFlag
revocationFlag)
372
case
X509RevocationFlag
.EndCertificateOnly:
375
case
X509RevocationFlag
.ExcludeRoot:
379
Debug.Assert(revocationFlag ==
X509RevocationFlag
.EntireChain);
437
X509RevocationFlag
revocationFlag,
469
if (revocationFlag ==
X509RevocationFlag
.EndCertificateOnly && chainSize > 1)
518
Debug.Assert(chainSize == 1 || revocationFlag !=
X509RevocationFlag
.EndCertificateOnly);
525
if (encounteredRevocation && revocationFlag ==
X509RevocationFlag
.ExcludeRoot)
530
else if (refErrors.HasRevocationUnknown() && revocationFlag !=
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)
728
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
))]