Win32_AccountSID class
Applies to: desktop apps only
The Win32_AccountSID association WMI class relates a security account instance with a security descriptor instance.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
class Win32_AccountSID
{
Win32_Account REF Element;
Win32_SID REF Setting;
};
Members
The Win32_AccountSID class has these types of members:
Properties
The Win32_AccountSID class has these properties.
- Element
-
- Data type: Win32_Account
- Access type: Read-only
- Qualifiers: Key
Reference to the instance representing the security account. This property value cannot be NULL.
- Setting
-
- Data type: Win32_SID
- Access type: Read-only
- Qualifiers: Key
Reference to the instance representing the security descriptor. This property value cannot be NULL.
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 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Namespace |
\root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/9/2012