System.Security.Principal.WindowsIdentity.WindowsIdentity.WindowsIdentity.WindowsIdentity C# (CSharp) Method

WindowsIdentity() private method

private WindowsIdentity ( IntPtr userToken ) : System.Runtime.CompilerServices
userToken IntPtr
return System.Runtime.CompilerServices
		public WindowsIdentity (IntPtr userToken) 
			: this (userToken, null, WindowsAccountType.Normal, false)
		{
		}

Same methods

WindowsIdentity.WindowsIdentity.WindowsIdentity::WindowsIdentity ( IntPtr userToken, string type ) : System.Runtime.CompilerServices
WindowsIdentity.WindowsIdentity.WindowsIdentity::WindowsIdentity ( IntPtr userToken, string type, WindowsAccountType acctType ) : System.Runtime.CompilerServices
WindowsIdentity.WindowsIdentity.WindowsIdentity::WindowsIdentity ( IntPtr userToken, string type, WindowsAccountType acctType, bool isAuthenticated ) : System.Runtime.CompilerServices
WindowsIdentity.WindowsIdentity.WindowsIdentity::WindowsIdentity ( SerializationInfo info, StreamingContext context ) : System.Runtime.CompilerServices
WindowsIdentity.WindowsIdentity.WindowsIdentity::WindowsIdentity ( string sUserPrincipalName ) : System.Runtime.CompilerServices
WindowsIdentity.WindowsIdentity.WindowsIdentity::WindowsIdentity ( string sUserPrincipalName, string type ) : System.Runtime.CompilerServices