1 write to _authSchemes
Microsoft.AspNetCore.Server.HttpSys (1)
AuthenticationManager.cs (1)
41_authSchemes = value;
3 references to _authSchemes
Microsoft.AspNetCore.Server.HttpSys (3)
AuthenticationManager.cs (3)
38get { return _authSchemes; } 103if (_authSchemes != AuthenticationSchemes.None) 105authInfo.AuthSchemes = (uint)_authSchemes;