1 instantiation of AuthenticationManager
Microsoft.AspNetCore.Server.HttpSys (1)
SourceBuildStubs.cs (1)
733public AuthenticationManager Authentication { get; } = new AuthenticationManager();
2 references to AuthenticationManager
Microsoft.AspNetCore.Server.HttpSys (2)
SourceBuildStubs.cs (2)
23/// No authentication is enabled. This should only be used when HttpSysOptions.Authentication.AllowAnonymous is enabled (see <see cref="AuthenticationManager.AllowAnonymous"/>). 733public AuthenticationManager Authentication { get; } = new AuthenticationManager();