Class PasswordHistory
Inheritance
System.Object
PasswordHistory
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