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)
17/// Defaults to <see cref="CertificateTypes.Chained"/>. 19public CertificateTypes AllowedCertificateTypes { get; set; } = CertificateTypes.Chained;
Microsoft.AspNetCore.Authentication.Test (18)
CertificateTests.cs (18)
51AllowedCertificateTypes = CertificateTypes.SelfSigned, 67AllowedCertificateTypes = CertificateTypes.SelfSigned, 83AllowedCertificateTypes = CertificateTypes.Chained 98AllowedCertificateTypes = CertificateTypes.Chained, 114AllowedCertificateTypes = CertificateTypes.SelfSigned, 130AllowedCertificateTypes = CertificateTypes.SelfSigned, 147AllowedCertificateTypes = CertificateTypes.Chained, 165AllowedCertificateTypes = CertificateTypes.SelfSigned, 182AllowedCertificateTypes = CertificateTypes.SelfSigned, 200AllowedCertificateTypes = CertificateTypes.SelfSigned, 217AllowedCertificateTypes = CertificateTypes.SelfSigned, 250AllowedCertificateTypes = CertificateTypes.SelfSigned, 388AllowedCertificateTypes = CertificateTypes.SelfSigned, 423AllowedCertificateTypes = CertificateTypes.SelfSigned, 460AllowedCertificateTypes = CertificateTypes.SelfSigned 571AllowedCertificateTypes = CertificateTypes.SelfSigned, 645AllowedCertificateTypes = CertificateTypes.SelfSigned, 698AllowedCertificateTypes = CertificateTypes.SelfSigned,