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.Token

Exposes the Windows account token for the user.

[Visual Basic]
Overridable Public ReadOnly Property Token As Integer
[C#]
public int Token {virtual get;}
[C++]
public: __property virtual int get_Token();
[JScript]
public function get Token() : int;

Property Value

Handle of the access token associated with the current execution thread.

See Also

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