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