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;
Handle of the access token associated with the current execution thread.
WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace