IHasPassword interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Used to determine if user has a password. If interface not found on user definition it assumes user has a password.

public interface IHasPassword

Members

name description
HasPassword { get; } Is user has a password

See Also