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)
183
callbackContext.AllowDelayedClientCertificateNegotation = clientCertificateMode == ClientCertificateMode.
DelayCertificate
;
Middleware\HttpsConnectionMiddleware.cs (1)
162
_options?.ClientCertificateMode == ClientCertificateMode.
DelayCertificate
;
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
DirectTlsTransportFactory.cs (2)
81
if (endpointOptions.ClientCertificateMode == ClientCertificateMode.
DelayCertificate
)
84
$"{nameof(ClientCertificateMode)}.{nameof(ClientCertificateMode.
DelayCertificate
)} is not supported by the DirectTls transport.");