[To be supplied.]
[To be supplied.]
[Visual Basic] Overloads Public Sub New(Integer)
[C#] public WindowsIdentity(int);
[C++] public: WindowsIdentity(int);
[JScript] public function WindowsIdentity(int);
[To be supplied.]
[Visual Basic] Overloads Public Sub New(Integer, String)
[C#] public WindowsIdentity(int, String);
[C++] public: WindowsIdentity(int, String);
[JScript] public function WindowsIdentity(int, String);
[To be supplied.]
[Visual Basic] Overloads Public Sub New(Integer, String, WindowsAccountType)
[C#] public WindowsIdentity(int, String, WindowsAccountType);
[C++] public: WindowsIdentity(int, String, WindowsAccountType);
[JScript] public function WindowsIdentity(int, String, WindowsAccountType);
[To be supplied.]
[Visual Basic] Overloads Public Sub New(Integer, String, WindowsAccountType, Boolean)
[C#] public WindowsIdentity(int, String, WindowsAccountType, bool);
[C++] public: WindowsIdentity(int, String, WindowsAccountType, bool);
[JScript] public function WindowsIdentity(int, String, WindowsAccountType, Boolean);
WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace