System\Security\Principal\WindowsIdentity.cs (4)
62public WindowsIdentity(IntPtr userToken) : this(userToken, null, -1) { }
64public WindowsIdentity(IntPtr userToken, string type) : this(userToken, type, -1) { }
67public WindowsIdentity(IntPtr userToken, string type, WindowsAccountType acctType) : this(userToken, type, -1) { }
70: this(userToken, type, isAuthenticated ? 1 : 0) { }