Click or drag to resize
Xcalibur Systems LLC Logo

TokenPrivileges Structure

The TOKEN_PRIVILEGES structure contains information about a set of privileges for an access token.

TOKEN_PRIVILEGES structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.SecurityTokenPrivileges

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

The TokenPrivileges 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 fieldPrivilegeCount This must be set to the number of entries in the Privileges array.
Public fieldPrivileges Specifies an array of structures. Each structure contains the and attributes of a privilege. To get the name of the privilege associated with a , call the function, passing the address of the as the value of the Luid parameter.
Top
See Also