API Reference
Class
AccountPolicyState
Effective account policy (password/lockout/kerberos ticket) values.
Inheritance
- Object
- AccountPolicyState
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 AccountPolicyQuery.Get
Accepted by parameters
- Method AccountPolicyWriter.Set
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.