API Reference
Class
PasswordPolicyLengthSnapshot
Snapshot summarising minimum password length posture for a domain.
Inheritance
- Object
- PasswordPolicyLengthSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public PasswordPolicyLengthSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.