2 instantiations of HttpListenerBasicIdentity
System.Net.HttpListener (2)
System\Net\Managed\HttpListenerContext.Managed.cs (1)
50new GenericPrincipal(new HttpListenerBasicIdentity(username, password), Array.Empty<string>()) :
System\Net\WebSockets\HttpListenerWebSocketContext.cs (1)
99return new GenericPrincipal(new HttpListenerBasicIdentity(basicIdentity.Name, basicIdentity.Password), null);
3 references to HttpListenerBasicIdentity
netstandard (1)
netstandard.cs (1)
1141[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerBasicIdentity))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
626[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerBasicIdentity))]
System.Net.HttpListener (1)
System\Net\WebSockets\HttpListenerWebSocketContext.cs (1)
97if (user.Identity is HttpListenerBasicIdentity basicIdentity)