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, String)

[To be supplied.]

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

Parameters

userToken
[To be supplied.]
type
[To be supplied.]

See Also

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