TestimoX

API Reference

Class

PasswordPolicyLengthService

Namespace ADPlayground.Domains
Assembly ADPlayground
Modifiers static

Provides convenience helpers to evaluate domain password length requirements.

Inheritance

  • Object
  • PasswordPolicyLengthService

Methods

public static PasswordPolicyLengthSnapshot GetSnapshot(String domainName, PasswordPolicyLengthOptions options = null) #
Returns: PasswordPolicyLengthSnapshot

Evaluates the domain's minimum password length against a recommended baseline.

Parameters

domainName System.String requiredposition: 0
DNS domain name to evaluate.
options ADPlayground.Domains.PasswordPolicyLengthOptions = null optionalposition: 1
Recommended baseline; defaults to 12 characters.

Returns

Snapshot with configured and recommended values and a boolean outcome.