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