IHasPassword interface
namespace: Serenity.Abstractions assembly: Serenity.Net.Core
Indicates whether a user account has a password set.
public interface IHasPassword
Members
| name | description |
|---|---|
| HasPassword { get; } | Gets a value indicating whether the user has a password. |
Remarks
When a user definition does not implement this interface, the system assumes that the user has a password.
See Also
- Source: IHasPassword.cs