API Reference
Class
AccountPolicyInfo
Represents account and password policy values parsed from a GPO's GptTmpl.inf.
Inheritance
- Object
- AccountPolicyInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method AccountPolicyReader.Read
- Property GpoDetails.AccountPolicies
- Property GpoDetailsView.AccountPolicies
- Property RsopDetails.AccountPolicy
- Property RsopDetailsView.AccountPolicy
- Property RsopGpResultSingleReport.AccountPolicy
Constructors
public AccountPolicyInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.