The MembershipProviderConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MembershipProviderConfig | DotNetNuke.Security.Membership.MembershipProviderConfig |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | CanEditProviderProperties |
Gets whether the Provider Properties can be edited
|
![]() ![]() | MaxInvalidPasswordAttempts |
Gets and sets the maximum number of invlaid attempts to login are allowed
|
![]() ![]() | MinNonAlphanumericCharacters |
Gets and sets the Mimimum no of Non AlphNumeric characters required
|
![]() ![]() | MinPasswordLength |
Gets and sets the Mimimum Password Length
|
![]() ![]() | PasswordAttemptWindow |
Gets and sets the window in minutes that the maxium attempts are tracked for
|
![]() ![]() | PasswordFormat |
Gets and sets the Password Format
|
![]() ![]() | PasswordResetEnabled |
Gets and sets whether the Users's Password can be reset
|
![]() ![]() | PasswordRetrievalEnabled |
Gets and sets whether the Users's Password can be retrieved
|
![]() ![]() | PasswordStrengthRegularExpression |
Gets and sets a Regular Expression that determines the strength of the password
|
![]() ![]() | RequiresQuestionAndAnswer |
Gets and sets whether a Question/Answer is required for Password retrieval
|
![]() ![]() | RequiresUniqueEmail |
Gets and sets whether a Unique Email is required
|