2 writes to _disableAutoDefaultScheme
Microsoft.AspNetCore.Authentication.Abstractions (2)
AuthenticationOptions.cs (2)
109
_disableAutoDefaultScheme
= AppContext.TryGetSwitch("Microsoft.AspNetCore.Authentication.SuppressAutoDefaultScheme", out var enabled) && enabled;
114
set =>
_disableAutoDefaultScheme
= value;
2 references to _disableAutoDefaultScheme
Microsoft.AspNetCore.Authentication.Abstractions (2)
AuthenticationOptions.cs (2)
107
if (!
_disableAutoDefaultScheme
.HasValue)
112
return
_disableAutoDefaultScheme
.Value;