3 references to CreateWindowsIdentity
System (3)
net\System\Net\HttpListener.cs (2)
1598
principal = new WindowsPrincipal(
CreateWindowsIdentity
(userContext.DangerousGetHandle(), DigestClient.AuthType, WindowsAccountType.Normal, true));
1693
WindowsPrincipal windowsPrincipal = new WindowsPrincipal(
CreateWindowsIdentity
(userContext.DangerousGetHandle(), context.ProtocolName, WindowsAccountType.Normal, true));
net\System\Net\WebSockets\HttpListenerWebSocketContext.cs (1)
150
retVal = new WindowsPrincipal(HttpListener.
CreateWindowsIdentity
(windowsIdentity.Token,