5 references to DelayCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (3)
DirectTlsEndpointOptions.cs (1)
58/// <see cref="ClientCertificateMode.DelayCertificate"/> is not supported (see https://github.com/dotnet/aspnetcore/issues/67915)
Internal\SniOptionsSelector.cs (1)
183callbackContext.AllowDelayedClientCertificateNegotation = clientCertificateMode == ClientCertificateMode.DelayCertificate;
Middleware\HttpsConnectionMiddleware.cs (1)
162_options?.ClientCertificateMode == ClientCertificateMode.DelayCertificate;
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
DirectTlsTransportFactory.cs (2)
81if (endpointOptions.ClientCertificateMode == ClientCertificateMode.DelayCertificate) 84$"{nameof(ClientCertificateMode)}.{nameof(ClientCertificateMode.DelayCertificate)} is not supported by the DirectTls transport.");