1 instantiation of AuthenticationManager
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysOptions.cs (1)
97public AuthenticationManager Authentication { get; } = new AuthenticationManager();
4 references to AuthenticationManager
Microsoft.AspNetCore.Server.HttpSys (4)
AuthenticationSchemes.cs (1)
13/// No authentication is enabled. This should only be used when HttpSysOptions.Authentication.AllowAnonymous is enabled (see <see cref="AuthenticationManager.AllowAnonymous"/>).
HttpSysListener.cs (1)
293AuthenticationManager.GenerateChallenges(Options.Authentication.Schemes));
HttpSysOptions.cs (1)
97public AuthenticationManager Authentication { get; } = new AuthenticationManager();
RequestProcessing\Response.cs (1)
382AuthenticationManager.SetAuthenticationChallenge(RequestContext);