API Reference
Class
PasswordPolicyLengthService
Provides convenience helpers to evaluate domain password length requirements.
Inheritance
- Object
- PasswordPolicyLengthService
Methods
public static PasswordPolicyLengthSnapshot GetSnapshot(String domainName, PasswordPolicyLengthOptions options = null) #Returns:
PasswordPolicyLengthSnapshotEvaluates the domain's minimum password length against a recommended baseline.
Parameters
- domainName System.String
- DNS domain name to evaluate.
- options ADPlayground.Domains.PasswordPolicyLengthOptions = null
- Recommended baseline; defaults to 12 characters.
Returns
Snapshot with configured and recommended values and a boolean outcome.