TestimoX

API Reference

Enum

AccountPolicyField

Namespace TestimoX.Baselines.Crosswalk
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Account policy fields normalized across vendors (password and lockout settings).

Inheritance

  • Enum
  • AccountPolicyField

Values

public const AccountPolicyField MinPasswordLength #

Minimum password length (characters).

Value: 0
public const AccountPolicyField PasswordHistorySize #

Number of remembered passwords (history size).

Value: 1
public const AccountPolicyField MaxPasswordAgeDays #

Maximum password age in days.

Value: 2
public const AccountPolicyField AccountLockoutThreshold #

Failed attempts before lockout.

Value: 3
public const AccountPolicyField AccountLockoutDurationMins #

Duration of lockout in minutes.

Value: 4
public const AccountPolicyField ResetLockoutCounterAfterMins #

Minutes before lockout counter is reset.

Value: 5