Show / Hide Table of Contents

Class PasswordHistory

Inheritance
object
BaseEntityInfo
PasswordHistory
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Users.Membership
Assembly: DotNetNuke.dll
Syntax
public class PasswordHistory : BaseEntityInfo

Constructors

PasswordHistory()

Declaration
public PasswordHistory()

Properties

Password

Declaration
public string Password { get; set; }
Property Value
Type Description
string

PasswordHistoryId

Declaration
public int PasswordHistoryId { get; set; }
Property Value
Type Description
int

PasswordSalt

Declaration
public string PasswordSalt { get; set; }
Property Value
Type Description
string

UserId

Declaration
public int UserId { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS