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