IPasswordStrengthValidator.Validate method

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Validates password strength

public void Validate(string password)
parameter description
password

Exceptions

exception condition
ValidationError Throws validation error if password does not match the expected password strength rules

See Also