Skip to content

IPasswordStrengthValidator interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Validates that a password meets the configured strength requirements.

public interface IPasswordStrengthValidator

Members

name description
Validate(…) Validates the strength of the specified password.

See Also