Class MembershipPasswordSettings
Inheritance
System.Object
MembershipPasswordSettings
Assembly: DotNetNuke.dll
Syntax
public class MembershipPasswordSettings : object
Constructors
|
Improve this Doc
View Source
MembershipPasswordSettings(Int32)
Declaration
public MembershipPasswordSettings(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Properties
|
Improve this Doc
View Source
EnableBannedList
Declaration
public bool EnableBannedList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EnableIPChecking
Declaration
public bool EnableIPChecking { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EnablePasswordHistory
Declaration
public bool EnablePasswordHistory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EnableStrengthMeter
Declaration
public bool EnableStrengthMeter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MinNonAlphanumericCharacters
Gets minimum number of non-alphanumeric characters setting for password strength indicator.
Declaration
public int MinNonAlphanumericCharacters { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MinPasswordLength
Gets minimum length of password setting for password strength indicator.
Declaration
public int MinPasswordLength { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NumberOfDaysBeforePasswordReuse
Declaration
public int NumberOfDaysBeforePasswordReuse { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NumberOfPasswordsStored
Declaration
public int NumberOfPasswordsStored { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Gets currently configured password format for installation.
Declaration
public PasswordFormat PasswordFormat { get; }
Property Value
|
Improve this Doc
View Source
PortalId
Declaration
public int PortalId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ResetLinkValidity
Declaration
public int ResetLinkValidity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ValidationExpression
Gets regular Expression to validate password strength.
Declaration
public string ValidationExpression { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods