Skip to content

IUserPasswordValidator interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Validates a username and password combination.

public interface IUserPasswordValidator

Members

name description
Validate(…) Validates the specified username and password.

See Also