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)
169if (_onAuthenticateCallback != null) 173_onAuthenticateCallback(connection, sslOptions);