Skip to content

IPasswordStrengthValidator.Validate method

Validates the strength of the specified password.

public void Validate(string password)
parameter description
password The plain-text password to validate.

Exceptions

exception condition
ValidationError Thrown when the password does not satisfy the strength rules.

See Also