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 (Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal userToken As Integer _
)
[C#]
public WindowsIdentity(
   int userToken
);
[C++]
public: WindowsIdentity(
   int userToken
);
[JScript]
public function WindowsIdentity(
   userToken : int
);

Parameters

userToken
[To be supplied.]

See Also

WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace | WindowsIdentity Constructor Overload List