4 references to AllowRenegotation
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
360
|| Server.Options.ClientCertificateMethod != ClientCertificateMethod.
AllowRenegotation
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
HttpsTests.cs (3)
72
[InlineData(ClientCertificateMethod.
AllowRenegotation
)]
97
[InlineData(ClientCertificateMethod.
AllowRenegotation
)]
110
if (clientCertificateMethod == ClientCertificateMethod.
AllowRenegotation
)