API Reference
Class
AccountPolicyInfo
Represents account and password policy values parsed from a GPO's GptTmpl.inf.
Inheritance
- Object
- AccountPolicyInfo
Constructors
public AccountPolicyInfo() #Inherited Methods
Properties
public Nullable<Int32> LockoutBadCount { get; set; } #Number of failed logon attempts that triggers an account lockout.
public Nullable<Int32> ResetLockoutCountMinutes { get; set; } #Minutes before the failed logon counter resets.
public Nullable<Int32> LockoutDurationMinutes { get; set; } #Minutes that an account remains locked out.
public Nullable<Int32> PasswordHistorySize { get; set; } #Number of previous passwords remembered to enforce uniqueness.
public Nullable<Int32> MaximumPasswordAgeDays { get; set; } #Maximum password age in days.
public Nullable<Int32> MinimumPasswordAgeDays { get; set; } #Minimum password age in days.
public Nullable<Int32> MinimumPasswordLength { get; set; } #Minimum required password length.
public Nullable<Boolean> PasswordComplexity { get; set; } #When true, enforces Windows password complexity requirements.
public Nullable<Boolean> ReversibleEncryption { get; set; } #When true, allows storing passwords using reversible encryption.