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, WindowsAccountType, Boolean)

[To be supplied.]

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

Parameters

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

See Also

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