2 instantiations of TlsHandshakeCallbackContext
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (1)
165
return listenOptions.HttpsCallbackOptions.OnConnection(new
TlsHandshakeCallbackContext
Middleware\HttpsConnectionMiddleware.cs (1)
445
var callbackContext = new
TlsHandshakeCallbackContext
4 references to TlsHandshakeCallbackContext
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\SniOptionsSelector.cs (1)
179
public static ValueTask<SslServerAuthenticationOptions> OptionsCallback(
TlsHandshakeCallbackContext
callbackContext)
Middleware\HttpsConnectionMiddleware.cs (2)
44
private readonly Func<
TlsHandshakeCallbackContext
, ValueTask<SslServerAuthenticationOptions>>? _tlsCallbackOptions;
445
var
callbackContext = new TlsHandshakeCallbackContext
TlsHandshakeCallbackOptions.cs (1)
19
public Func<
TlsHandshakeCallbackContext
, ValueTask<SslServerAuthenticationOptions>> OnConnection { get; set; } = default!;