2 instantiations of HttpListenerBasicIdentity
System (2)
net\System\Net\HttpListener.cs (1)
1758principal = new GenericPrincipal(new HttpListenerBasicIdentity(userName, password), null);
net\System\Net\WebSockets\HttpListenerWebSocketContext.cs (1)
142retVal = new GenericPrincipal((new HttpListenerBasicIdentity(basicIdentity.Name,
5 references to HttpListenerBasicIdentity
System (2)
net\System\Net\WebSockets\HttpListenerWebSocketContext.cs (2)
139HttpListenerBasicIdentity basicIdentity = user.Identity as HttpListenerBasicIdentity;
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (3)
553HttpListenerBasicIdentity identity = null; 563identity = listenerContext.User.Identity as HttpListenerBasicIdentity; 640SecurityMessageProperty ProcessAuthentication(HttpListenerBasicIdentity identity)