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"/>. 19public CertificateTypes AllowedCertificateTypes { get; set; } = CertificateTypes.Chained;
CertificateTypes.cs (1)
25All = Chained | SelfSigned
Microsoft.AspNetCore.Authentication.Test (3)
CertificateTests.cs (3)
83AllowedCertificateTypes = CertificateTypes.Chained 98AllowedCertificateTypes = CertificateTypes.Chained, 147AllowedCertificateTypes = CertificateTypes.Chained,