7 references to Chained
Microsoft.AspNetCore.Authentication.Certificate (4)
CertificateAuthenticationHandler.cs (1)
131
!Options.AllowedCertificateTypes.HasFlag(CertificateTypes.
Chained
))
CertificateAuthenticationOptions.cs (2)
17
/// Defaults to <see cref="CertificateTypes.
Chained
"/>.
19
public CertificateTypes AllowedCertificateTypes { get; set; } = CertificateTypes.
Chained
;
CertificateTypes.cs (1)
25
All =
Chained
| SelfSigned
Microsoft.AspNetCore.Authentication.Test (3)
CertificateTests.cs (3)
83
AllowedCertificateTypes = CertificateTypes.
Chained
98
AllowedCertificateTypes = CertificateTypes.
Chained
,
147
AllowedCertificateTypes = CertificateTypes.
Chained
,