19 writes to AllowedCertificateTypes
Microsoft.AspNetCore.Authentication.Test (19)
CertificateTests.cs (19)
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, 858options.AllowedCertificateTypes = configureOptions.AllowedCertificateTypes;
3 references to AllowedCertificateTypes
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateAuthenticationHandler.cs (2)
122!Options.AllowedCertificateTypes.HasFlag(CertificateTypes.SelfSigned)) 131!Options.AllowedCertificateTypes.HasFlag(CertificateTypes.Chained))
Microsoft.AspNetCore.Authentication.Test (1)
CertificateTests.cs (1)
858options.AllowedCertificateTypes = configureOptions.AllowedCertificateTypes;