2 writes to AllowDelayedClientCertificateNegotation
InMemory.FunctionalTests (1)
HttpsConnectionMiddlewareTests.cs (1)
711
context.
AllowDelayedClientCertificateNegotation
= true;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
183
callbackContext.
AllowDelayedClientCertificateNegotation
= clientCertificateMode == ClientCertificateMode.DelayCertificate;
1 reference to AllowDelayedClientCertificateNegotation
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpsConnectionMiddleware.cs (1)
454
feature.AllowDelayedClientCertificateNegotation = callbackContext.
AllowDelayedClientCertificateNegotation
;