IPasswordRow interface
namespace: Serenity.Data assembly: Serenity.Net.Services
An interface that provides access to the password hash and salt fields.
public interface IPasswordRow
Members
| name | description |
|---|---|
| PasswordHashField { get; } | Gets the password hash field. |
| PasswordSaltField { get; } | Gets the password salt field. |
See Also
- Source: IPasswordRow.cs