5 references to DangerousGetHandle
System (5)
net\System\Net\HttpListener.cs (4)
1597
GlobalLog.Print("HttpListener#" + ValidationHelper.HashString(this) + "::HandleAuthentication() creating new WindowsIdentity() from userContext:" + userContext.
DangerousGetHandle
().ToString("x8"));
1598
principal = new WindowsPrincipal(CreateWindowsIdentity(userContext.
DangerousGetHandle
(), DigestClient.AuthType, WindowsAccountType.Normal, true));
1692
GlobalLog.Print("HttpListener#" + ValidationHelper.HashString(this) + "::HandleAuthentication() creating new WindowsIdentity() from userContext:" + userContext.
DangerousGetHandle
().ToString("x8"));
1693
WindowsPrincipal windowsPrincipal = new WindowsPrincipal(CreateWindowsIdentity(userContext.
DangerousGetHandle
(), context.ProtocolName, WindowsAccountType.Normal, true));
net\System\Net\SecureProtocols\_NegoState.cs (1)
337
result = new WindowsIdentity(token.
DangerousGetHandle
(), authtype, WindowsAccountType.Normal, true);