Win32_SIDandAttributes class

The Win32_SIDandAttributes abstract WMI class represents a security identifier (SID) and its attributes.

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("{DE1B36A6-4157-43ed-937F-D90606C09216}"), AMENDMENT]
class Win32_SIDandAttributes
{
  uint32    Attributes;
  Win32_SID SID;
};

Members

The Win32_SIDandAttributes class has these types of members:

Properties

The Win32_SIDandAttributes class has these properties.

Attributes

Data type: uint32

Access type: Read-only

Attributes of the SID. This value contains up to 32 1-bit flags. Its meaning depends on the definition and use of the SID.

SID

Data type: Win32_SID

Access type: Read-only

Reference to an instance representing a SID.

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