RSOP_SecuritySettings class

The RSOP_SecuritySettings WMI class is the abstract class from which other RSoP security classes derive. Instances of this class are not logged. This class was added for WindowsĂ‚ XP.

The following syntax is simplified from MOF code.

Syntax

class RSOP_SecuritySettings : RSOP_PolicySetting
{
  uint32 ErrorCode;
  uint32 Status;
};

Members

The RSOP_SecuritySettings class has these types of members:

  • Properties

Properties

The RSOP_SecuritySettings class has these properties.

ErrorCode

Data type: uint32

Access type: Read-only

System error code for a given security policy setting.

Status

Data type: uint32

Access type: Read-only

Status of the security policy engine. This property can have one of the following values.

Value Meaning
0

The system did not attempt to configure the policy setting. An example of this situation is when the system does not import the security policy portion of a GPO. because of an internal processing error.

1

The system successfully applied the policy setting for the specific item.

3

The system attempted to configure a specific policy setting but the configuration was not successful.

4

The system attempted to configure the child of a specific policy setting, but the configuration was not successful.

Note that this value is valid only for configuration of file system or registry ACLs.

 

Remarks

The RSOP_SecuritySettings class is derived from RSOP_PolicySetting.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Namespace

\\.\root\RSOP

MOF

SceRsop.mof

See also

RSOP_PolicySetting