Skip to content

IPasswordRow interface

namespace: Serenity.Data   assemblySerenity.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