IUserPasswordValidator.Validate method

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Validates a user password

public PasswordValidationResult Validate(ref string username, string password)
parameter description
username
password

Return Value

Valid if given username and password is true

See Also