4 references to Chained
Microsoft.AspNetCore.Authentication.Certificate (4)
CertificateAuthenticationHandler.cs (1)
134!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