Win32_TokenPrivileges class

The Win32_TokenPrivileges abstract WMI class represents information about a set of privileges for an access token.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.

Syntax

[Abstract, UUID("{3559D159-47E8-4458-9B7E-5FD16D260B8D}"), AMENDMENT]
class Win32_TokenPrivileges
{
  Win32_LUIDandAttributes Privileges[];
  uint32                  PrivilegeCount;
};

Members

The Win32_TokenPrivileges class has these types of members:

Properties

The Win32_TokenPrivileges class has these properties.

PrivilegeCount

Data type: uint32

Access type: Read-only

Number of entries in the Privilege array.

Privileges

Data type: Win32_LUIDandAttributes array

Access type: Read-only

A Win32_LUIDandAttributes that specifies an array of LUIDs and attributes.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
Wmipjobj.mof
DLL
Wmipjobj.dll

See also

Operating System Classes