TestimoX

API Reference

Class

PasswordPolicyLengthSnapshot

Namespace ADPlayground.Domains
Assembly ADPlayground
Modifiers sealed

Snapshot summarising minimum password length posture for a domain.

Inheritance

  • Object
  • PasswordPolicyLengthSnapshot

Constructors

public PasswordPolicyLengthSnapshot() #

Properties

public String DomainName { get; set; } #

DNS domain name this snapshot represents.

public Int32 MinimumPasswordLength { get; set; } #

Configured minimum password length.

public Int32 RecommendedLength { get; set; } #

Recommended baseline length used for evaluation.

public Boolean MeetsRecommendation { get; set; } #

True when MinimumPasswordLength meets or exceeds RecommendedLength.