[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal userToken As Integer, _ ByVal type As String, _ ByVal acctType As WindowsAccountType _ ) [C#] public WindowsIdentity( int userToken, string type, WindowsAccountType acctType ); [C++] public: WindowsIdentity( int userToken, String* type, WindowsAccountType acctType ); [JScript] public function WindowsIdentity( userToken : int, type : String, acctType : WindowsAccountType );
WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace | WindowsIdentity Constructor Overload List