4 references to OnAuthenticate
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\SniOptionsSelector.cs (1)
44_onAuthenticateCallback = fallbackHttpsOptions.OnAuthenticate;
Middleware\HttpsConnectionMiddleware.cs (3)
379_options.OnAuthenticate?.Invoke(context, sslOptions); 566if (httpsOptions.OnAuthenticate != null) 568throw new NotSupportedException($"The {nameof(HttpsConnectionAdapterOptions.OnAuthenticate)} callback is not supported with HTTP/3.");