API Reference
Class
AccountPolicyState
Effective account policy (password/lockout/kerberos ticket) values.
Inheritance
- Object
- AccountPolicyState
Constructors
public AccountPolicyState() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> MinPasswordLength { get; set; } #Minimum password length.
public Nullable<Int32> MinPasswordAgeDays { get; set; } #Minimum password age in days.
public Nullable<Int32> MaxPasswordAgeDays { get; set; } #Maximum password age in days.
public Nullable<Int32> PasswordHistorySize { get; set; } #Password history size.
public Nullable<Int32> LockoutThreshold { get; set; } #Lockout threshold (bad logon attempts).
public Nullable<Int32> LockoutDurationMinutes { get; set; } #Lockout duration in minutes.
public Nullable<Int32> LockoutResetMinutes { get; set; } #Observation window (reset) in minutes.