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