• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class PasswordHistory

Inheritance
System.Object
BaseEntityInfo
PasswordHistory
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Entities.Users.Membership
Assembly: DotNetNuke.dll
Syntax
public class PasswordHistory : BaseEntityInfo

Properties

| Improve this Doc View Source

Password

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PasswordHistoryId

Declaration
public int PasswordHistoryId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PasswordSalt

Declaration
public string PasswordSalt { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UserId

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

Methods

| Improve this Doc View Source

Fill(IDataReader)

Fill the object with data from database.

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

the data reader.

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS