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