NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WindowsIdentity Constructor

[To be supplied.]

Overload List

[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);

See Also

WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace