RSOP_SecuritySettingNumeric class
The RSOP_SecuritySettingNumeric WMI class represents the numeric security setting for an account policy. Account policies include password policies, account lockout policies, and Kerberos-related policies. This class was added for Windows XP.
Note Classes that derive from the RSOP_PolicySetting class must redefine the precedence property to be a key.
The following syntax is simplified from MOF code.
Syntax
class RSOP_SecuritySettingNumeric : RSOP_SecuritySettings
{
string KeyName;
uint32 precedence;
uint32 Setting;
};
Members
The RSOP_SecuritySettingNumeric class has these types of members:
- Properties
Properties
The RSOP_SecuritySettingNumeric class has these properties.
KeyName
Data type: string
Access type: Read-only
Qualifiers: Key
Name that identifies this instance of the security policy setting. This property can have one of the following values related to password policy or to account policy:
- MinimumPasswordAge
- MaximumPasswordAge
- MinimumPasswordLength
- PasswordHistorySize
- LockoutBadCount
- ResetLockoutCount
- LockoutDuration
This property can also have one of the following Kerberos-related values:
- MaxTicketAge
- MaxRenewAge
- MaxServiceAge
- MaxClockSkew
For more information about the preceding values, see the Microsoft Windows 2000 Server Resource Kit Group Policy Reference.
precedence
Data type: uint32
Access type: Read-only
Qualifiers: Key
Inherited from RSOP_PolicySetting.
Setting
Data type: uint32
Access type: Read-only
The actual value of this instance of the security policy setting; the setting is a numeric value.
Remarks
The RSOP_SecuritySettingNumeric class is derived from RSOP_SecuritySettings which 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 |