1 write to _onAuthenticateCallback
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
44
_onAuthenticateCallback
= fallbackHttpsOptions.OnAuthenticate;
2 references to _onAuthenticateCallback
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\SniOptionsSelector.cs (2)
169
if (
_onAuthenticateCallback
!= null)
173
_onAuthenticateCallback
(connection, sslOptions);