Class MembershipPasswordSettings
Inheritance
MembershipPasswordSettings
Assembly: DotNetNuke.dll
Syntax
public class MembershipPasswordSettings
Constructors
MembershipPasswordSettings(int)
Declaration
public MembershipPasswordSettings(int portalId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
Properties
EnableBannedList
Declaration
public bool EnableBannedList { get; set; }
Property Value
EnableIPChecking
Declaration
public bool EnableIPChecking { get; set; }
Property Value
EnablePasswordHistory
Declaration
public bool EnablePasswordHistory { get; set; }
Property Value
EnableStrengthMeter
Declaration
public bool EnableStrengthMeter { get; set; }
Property Value
MinNonAlphanumericCharacters
Declaration
public int MinNonAlphanumericCharacters { get; }
Property Value
MinPasswordLength
Declaration
public int MinPasswordLength { get; }
Property Value
NumberOfDaysBeforePasswordReuse
Declaration
public int NumberOfDaysBeforePasswordReuse { get; set; }
Property Value
NumberOfPasswordsStored
Declaration
public int NumberOfPasswordsStored { get; set; }
Property Value
Declaration
public PasswordFormat PasswordFormat { get; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
ResetLinkValidity
Declaration
public int ResetLinkValidity { get; set; }
Property Value
ValidationExpression
Declaration
public string ValidationExpression { get; }
Property Value
Extension Methods