TestimoX

API Reference

Class

AccountPolicyState

Namespace ComputerX.SecurityPolicy
Assembly ComputerX
Modifiers sealed

Effective account policy (password/lockout/kerberos ticket) values.

Inheritance

  • Object
  • AccountPolicyState

Constructors

public AccountPolicyState() #

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.