3 references to AllowCertificate
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysOptions.cs (1)
70
public ClientCertificateMethod ClientCertificateMethod { get; set; } = ClientCertificateMethod.
AllowCertificate
;
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
HttpsTests.cs (2)
71
[InlineData(ClientCertificateMethod.
AllowCertificate
)]
96
[InlineData(ClientCertificateMethod.
AllowCertificate
)]