Class ExportAspnetMembership
Inheritance
System.Object
ExportAspnetMembership
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportAspnetMembership : BasicExportImportDto
Properties
|
Improve this Doc
View Source
ApplicationId
Declaration
public Guid ApplicationId { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreateDate
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FailedPasswordAnswerAttemptCount
Declaration
public int FailedPasswordAnswerAttemptCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FailedPasswordAnswerAttemptWindowStart
Declaration
public DateTime FailedPasswordAnswerAttemptWindowStart { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
FailedPasswordAttemptCount
Declaration
public int FailedPasswordAttemptCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FailedPasswordAttemptWindowStart
Declaration
public DateTime FailedPasswordAttemptWindowStart { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
IsApproved
Declaration
public bool IsApproved { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsLockedOut
Declaration
public bool IsLockedOut { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LastLockoutDate
Declaration
public DateTime LastLockoutDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
LastLoginDate
Declaration
public DateTime LastLoginDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
LastPasswordChangedDate
Declaration
public DateTime LastPasswordChangedDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
LoweredEmail
Declaration
public string LoweredEmail { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MobilePin
Declaration
public virtual string MobilePin { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PasswordAnswer
Declaration
public string PasswordAnswer { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int PasswordFormat { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PasswordQuestion
Declaration
public string PasswordQuestion { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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 Guid UserId { get; set; }
Property Value
Extension Methods