Show / Hide Table of Contents

Class MembershipProviderConfig

Inheritance
object
MembershipProviderConfig
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Security.Membership
Assembly: DotNetNuke.dll
Syntax
public class MembershipProviderConfig

Constructors

MembershipProviderConfig()

Declaration
public MembershipProviderConfig()

Properties

CanEditProviderProperties

Declaration
[Browsable(false)]
public static bool CanEditProviderProperties { get; }
Property Value
Type Description
bool

MaxInvalidPasswordAttempts

Declaration
[SortOrder(8)]
public static int MaxInvalidPasswordAttempts { get; set; }
Property Value
Type Description
int

MinNonAlphanumericCharacters

Declaration
[SortOrder(5)]
public static int MinNonAlphanumericCharacters { get; set; }
Property Value
Type Description
int

MinPasswordLength

Declaration
[SortOrder(4)]
public static int MinPasswordLength { get; set; }
Property Value
Type Description
int

PasswordAttemptWindow

Declaration
[SortOrder(9)]
public static int PasswordAttemptWindow { get; set; }
Property Value
Type Description
int

PasswordFormat

Declaration
[SortOrder(1)]
public static PasswordFormat PasswordFormat { get; set; }
Property Value
Type Description
PasswordFormat

PasswordResetEnabled

Declaration
[SortOrder(3)]
public static bool PasswordResetEnabled { get; set; }
Property Value
Type Description
bool

PasswordRetrievalEnabled

Declaration
[SortOrder(2)]
public static bool PasswordRetrievalEnabled { get; set; }
Property Value
Type Description
bool

PasswordStrengthRegularExpression

Declaration
[SortOrder(7)]
public static string PasswordStrengthRegularExpression { get; set; }
Property Value
Type Description
string

RequiresQuestionAndAnswer

Declaration
[SortOrder(6)]
public static bool RequiresQuestionAndAnswer { get; set; }
Property Value
Type Description
bool

RequiresUniqueEmail

Declaration
[SortOrder(0)]
public static bool RequiresUniqueEmail { get; set; }
Property Value
Type Description
bool

Extension Methods

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