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);
566
if (httpsOptions.
OnAuthenticate
!= null)
568
throw new NotSupportedException($"The {nameof(HttpsConnectionAdapterOptions.
OnAuthenticate
)} callback is not supported with HTTP/3.");