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)
25/// Defaults to <see cref="CertificateTypes.Chained"/>. 27public CertificateTypes AllowedCertificateTypes { get; set; } = CertificateTypes.Chained;
Microsoft.AspNetCore.Authentication.Test (18)
CertificateTests.cs (18)
57AllowedCertificateTypes = CertificateTypes.SelfSigned, 73AllowedCertificateTypes = CertificateTypes.SelfSigned, 89AllowedCertificateTypes = CertificateTypes.Chained 104AllowedCertificateTypes = CertificateTypes.Chained, 120AllowedCertificateTypes = CertificateTypes.SelfSigned, 136AllowedCertificateTypes = CertificateTypes.SelfSigned, 153AllowedCertificateTypes = CertificateTypes.Chained, 171AllowedCertificateTypes = CertificateTypes.SelfSigned, 188AllowedCertificateTypes = CertificateTypes.SelfSigned, 206AllowedCertificateTypes = CertificateTypes.SelfSigned, 223AllowedCertificateTypes = CertificateTypes.SelfSigned, 256AllowedCertificateTypes = CertificateTypes.SelfSigned, 394AllowedCertificateTypes = CertificateTypes.SelfSigned, 429AllowedCertificateTypes = CertificateTypes.SelfSigned, 466AllowedCertificateTypes = CertificateTypes.SelfSigned 577AllowedCertificateTypes = CertificateTypes.SelfSigned, 651AllowedCertificateTypes = CertificateTypes.SelfSigned, 704AllowedCertificateTypes = CertificateTypes.SelfSigned,