Click or drag to resize
Xcalibur Systems LLC Logo

TokenUser Structure

The TOKEN_USER structure identifies the user associated with an access token.

TOKEN_USER structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.SecurityTokenUser

Namespace: Xcalibur.NativeMethods.V2.Security
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct TokenUser

The TokenUser type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldUser Specifies a structure representing the user associated with the access token. There are currently no attributes defined for user security identifiers (SIDs).
Top
See Also