Click or drag to resize
Xcalibur Systems LLC Logo

TokenGroups Structure

The TOKEN_GROUPS structure contains information about the group security identifiers (SIDs) in an access token.

TOKEN_GROUPS structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.SecurityTokenGroups

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

The TokenGroups 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 fieldGroupCount Specifies the number of groups in the access token.
Public fieldGroups Specifies an array of structures that contain a set of SIDs and corresponding attributes.
Top
See Also