Win32_SecuritySettingOfObject class

The Win32_SecuritySettingOfObject abstract association WMI class relates an object to its security settings.

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("{8502C584-5FBB-11D2-AAC1-006008C78BC7}"), AMENDMENT]
class Win32_SecuritySettingOfObject : CIM_ElementSetting
{
  CIM_LogicalElement    REF Element;
  Win32_SecuritySetting REF Setting;
};

Members

The Win32_SecuritySettingOfObject class has these types of members:

Properties

The Win32_SecuritySettingOfObject class has these properties.

Element

Data type: CIM_LogicalElement

Access type: Read-only

Qualifiers: Override ("Element")

Reference to the instance representing the object.

Setting

Data type: Win32_SecuritySetting

Access type: Read-only

Qualifiers: Override ("Setting")

Reference to the instance representing the security settings of the object.

Remarks

The Win32_SecuritySettingOfObject class is derived from CIM_ElementSetting.

Requirements

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

See also

CIM_ElementSetting

Operating System Classes