23 references to CertificateTypes
Microsoft.AspNetCore.Authentication.Certificate (5)
CertificateAuthenticationHandler.cs (2)
122
!Options.AllowedCertificateTypes.HasFlag(
CertificateTypes
.SelfSigned))
131
!Options.AllowedCertificateTypes.HasFlag(
CertificateTypes
.Chained))
CertificateAuthenticationOptions.cs (3)
25
/// Defaults to <see cref="
CertificateTypes
.Chained"/>.
27
public
CertificateTypes
AllowedCertificateTypes { get; set; } =
CertificateTypes
.Chained;
Microsoft.AspNetCore.Authentication.Test (18)
CertificateTests.cs (18)
57
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
73
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
89
AllowedCertificateTypes =
CertificateTypes
.Chained
104
AllowedCertificateTypes =
CertificateTypes
.Chained,
120
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
136
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
153
AllowedCertificateTypes =
CertificateTypes
.Chained,
171
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
188
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
206
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
223
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
256
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
394
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
429
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
466
AllowedCertificateTypes =
CertificateTypes
.SelfSigned
577
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
651
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
704
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,