Class MembershipProviderConfig
The MembershipProviderConfig class provides a wrapper to the Membership providers configuration.
Inheritance
Namespace: DotNetNuke.Security.Membership
Assembly: DotNetNuke.dll
Syntax
public class MembershipProviderConfig : object
Properties
| Improve this Doc View SourceCanEditProviderProperties
Gets a value indicating whether the Provider Properties can be edited.
Declaration
public static bool CanEditProviderProperties { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxInvalidPasswordAttempts
Gets or sets the maximum number of invalid attempts to login are allowed.
Declaration
public static int MaxInvalidPasswordAttempts { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinNonAlphanumericCharacters
Gets or sets the Mimimum no of Non AlphNumeric characters required.
Declaration
public static int MinNonAlphanumericCharacters { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An Integer. |
MinPasswordLength
Gets or sets the Mimimum Password Length.
Declaration
public static int MinPasswordLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An Integer. |
PasswordAttemptWindow
Gets or sets the window in minutes that the maxium attempts are tracked for.
Declaration
public static int PasswordAttemptWindow { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | A Boolean. |
PasswordFormat
Gets or sets the Password Format.
Declaration
public static PasswordFormat PasswordFormat { get; set; }
Property Value
Type | Description |
---|---|
PasswordFormat | A PasswordFormat enumeration. |
PasswordResetEnabled
Gets or sets a value indicating whether the Users's Password can be reset.
Declaration
public static bool PasswordResetEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A Boolean. |
PasswordRetrievalEnabled
Gets or sets a value indicating whether the Users's Password can be retrieved.
Declaration
public static bool PasswordRetrievalEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A Boolean. |
PasswordStrengthRegularExpression
Gets or sets a Regular Expression that determines the strength of the password.
Declaration
public static string PasswordStrengthRegularExpression { get; set; }
Property Value
Type | Description |
---|---|
System.String | A String. |
RequiresQuestionAndAnswer
Gets or sets a value indicating whether a Question/Answer is required for Password retrieval.
Declaration
public static bool RequiresQuestionAndAnswer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A Boolean. |
RequiresUniqueEmail
Gets or sets a value indicating whether a Unique Email is required.
Declaration
public static bool RequiresUniqueEmail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A Boolean. |