Class MembershipProviderConfig
Inheritance
MembershipProviderConfig
Assembly: DotNetNuke.dll
Syntax
public class MembershipProviderConfig
Constructors
MembershipProviderConfig()
Declaration
public MembershipProviderConfig()
Properties
CanEditProviderProperties
Declaration
[Browsable(false)]
public static bool CanEditProviderProperties { get; }
Property Value
MaxInvalidPasswordAttempts
Declaration
[SortOrder(8)]
public static int MaxInvalidPasswordAttempts { get; set; }
Property Value
MinNonAlphanumericCharacters
Declaration
[SortOrder(5)]
public static int MinNonAlphanumericCharacters { get; set; }
Property Value
MinPasswordLength
Declaration
[SortOrder(4)]
public static int MinPasswordLength { get; set; }
Property Value
PasswordAttemptWindow
Declaration
[SortOrder(9)]
public static int PasswordAttemptWindow { get; set; }
Property Value
Declaration
[SortOrder(1)]
public static PasswordFormat PasswordFormat { get; set; }
Property Value
PasswordResetEnabled
Declaration
[SortOrder(3)]
public static bool PasswordResetEnabled { get; set; }
Property Value
PasswordRetrievalEnabled
Declaration
[SortOrder(2)]
public static bool PasswordRetrievalEnabled { get; set; }
Property Value
PasswordStrengthRegularExpression
Declaration
[SortOrder(7)]
public static string PasswordStrengthRegularExpression { get; set; }
Property Value
RequiresQuestionAndAnswer
Declaration
[SortOrder(6)]
public static bool RequiresQuestionAndAnswer { get; set; }
Property Value
RequiresUniqueEmail
Declaration
[SortOrder(0)]
public static bool RequiresUniqueEmail { get; set; }
Property Value
Extension Methods