Class WeakPasswordFault
Throw in case the password strength check failed. The possible problem ids:
- LeadingWhitespace
- TrailingWhitespace
- LengthRequirementDoesNotMeet
- LowercaseCharRequirementDoesNotMeet
- UppercaseCharRequirementDoesNotMeet
- NumberRequirementDoesNotMeet
- SpecialCharRequirementDoesNotMeet
- NotAllowedWords
- OldPasswordReused
Syntax
public class WeakPasswordFault
Fields
ProblemIds
Declaration
public string[] ProblemIds