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
class Win32_SIDandAttributes
{
uint32 Attributes;
Win32_SID REF 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.
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/19/2012