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