5 references to CertificateTypes
Microsoft.AspNetCore.Authentication.Certificate (5)
CertificateAuthenticationHandler.cs (2)
125
!Options.AllowedCertificateTypes.HasFlag(
CertificateTypes
.SelfSigned))
134
!Options.AllowedCertificateTypes.HasFlag(
CertificateTypes
.Chained))
CertificateAuthenticationOptions.cs (3)
25
/// Defaults to <see cref="
CertificateTypes
.Chained"/>.
27
public
CertificateTypes
AllowedCertificateTypes { get; set; } =
CertificateTypes
.Chained;