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)
17
/// Defaults to <see cref="
CertificateTypes
.Chained"/>.
19
public
CertificateTypes
AllowedCertificateTypes { get; set; } =
CertificateTypes
.Chained;
Microsoft.AspNetCore.Authentication.Test (18)
CertificateTests.cs (18)
51
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
67
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
83
AllowedCertificateTypes =
CertificateTypes
.Chained
98
AllowedCertificateTypes =
CertificateTypes
.Chained,
114
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
130
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
147
AllowedCertificateTypes =
CertificateTypes
.Chained,
165
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
182
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
200
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
217
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
250
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
388
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
423
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
460
AllowedCertificateTypes =
CertificateTypes
.SelfSigned
571
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
645
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,
698
AllowedCertificateTypes =
CertificateTypes
.SelfSigned,