Class PasswordHistory
Inheritance
PasswordHistory
Assembly: DotNetNuke.dll
Syntax
public class PasswordHistory : BaseEntityInfo
Constructors
PasswordHistory()
Declaration
Properties
Password
Declaration
public string Password { get; set; }
Property Value
PasswordHistoryId
Declaration
public int PasswordHistoryId { get; set; }
Property Value
PasswordSalt
Declaration
public string PasswordSalt { get; set; }
Property Value
UserId
Declaration
public int UserId { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Extension Methods