19 writes to AllowedCertificateTypes
Microsoft.AspNetCore.Authentication.Test (19)
CertificateTests.cs (19)
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, 852options.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)
852options.AllowedCertificateTypes = configureOptions.AllowedCertificateTypes;