Show / Hide Table of Contents

Class MembershipPasswordSettings

Inheritance
object
MembershipPasswordSettings
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Users.Membership
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
Type Description
bool

EnableIPChecking

Declaration
public bool EnableIPChecking { get; set; }
Property Value
Type Description
bool

EnablePasswordHistory

Declaration
public bool EnablePasswordHistory { get; set; }
Property Value
Type Description
bool

EnableStrengthMeter

Declaration
public bool EnableStrengthMeter { get; set; }
Property Value
Type Description
bool

MinNonAlphanumericCharacters

Declaration
public int MinNonAlphanumericCharacters { get; }
Property Value
Type Description
int

MinPasswordLength

Declaration
public int MinPasswordLength { get; }
Property Value
Type Description
int

NumberOfDaysBeforePasswordReuse

Declaration
public int NumberOfDaysBeforePasswordReuse { get; set; }
Property Value
Type Description
int

NumberOfPasswordsStored

Declaration
public int NumberOfPasswordsStored { get; set; }
Property Value
Type Description
int

PasswordFormat

Declaration
public PasswordFormat PasswordFormat { get; }
Property Value
Type Description
PasswordFormat

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
int

ResetLinkValidity

Declaration
public int ResetLinkValidity { get; set; }
Property Value
Type Description
int

ValidationExpression

Declaration
public string ValidationExpression { get; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS