| GnomonMembershipProvider Class |
Namespace: RMP.Web
The GnomonMembershipProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| GnomonMembershipProvider |
| Name | Description | |
|---|---|---|
| ChangePassword |
Processes a request to update the password for a membership user.
(Overrides MembershipProviderChangePassword(String, String, String).) | |
| ChangePasswordQuestionAndAnswer |
Processes a request to update the password question and answer for a membership user.
(Overrides MembershipProviderChangePasswordQuestionAndAnswer(String, String, String, String).) | |
| CreateUser |
Adds a new membership user to the data source.
(Overrides MembershipProviderCreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus).) | |
| DecryptPassword | Decrypts an encrypted password. (Inherited from MembershipProvider.) | |
| DeleteUser |
Removes a user from the membership data source.
(Overrides MembershipProviderDeleteUser(String, Boolean).) | |
| EncryptPassword(Byte) | Encrypts a password. (Inherited from MembershipProvider.) | |
| EncryptPassword(Byte, MembershipPasswordCompatibilityMode) | Encrypts the specified password using the specified password-compatibility mode. (Inherited from MembershipProvider.) | |
| 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.) | |
| FindUsersByEmail |
Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.
(Overrides MembershipProviderFindUsersByEmail(String, Int32, Int32, Int32).) | |
| FindUsersByName |
Gets a collection of membership users where the user name contains the specified user name to match.
(Overrides MembershipProviderFindUsersByName(String, Int32, Int32, Int32).) | |
| GetAllUsers |
Gets a collection of all the users in the data source in pages of data.
(Overrides MembershipProviderGetAllUsers(Int32, Int32, Int32).) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetNumberOfUsersOnline |
Gets the number of users currently accessing the application.
(Overrides MembershipProviderGetNumberOfUsersOnline.) | |
| GetPassword |
Gets the password for the specified user name from the data source.
(Overrides MembershipProviderGetPassword(String, String).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUser(Object, Boolean) |
Gets user information from the data source based on the unique identifier for the membership user. Provides an option to update the last-activity date/time stamp for the user.
(Overrides MembershipProviderGetUser(Object, Boolean).) | |
| GetUser(String, Boolean) |
Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user.
(Overrides MembershipProviderGetUser(String, Boolean).) | |
| GetUserNameByEmail |
Gets the user name associated with the specified e-mail address.
(Overrides MembershipProviderGetUserNameByEmail(String).) | |
| Initialize |
Initializes the provider.
(Overrides ProviderBaseInitialize(String, NameValueCollection).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnValidatingPassword | Raises the ValidatingPassword event if an event handler has been defined. (Inherited from MembershipProvider.) | |
| ResetPassword |
Resets a user's password to a new, automatically generated password.
(Overrides MembershipProviderResetPassword(String, String).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UnlockUser |
Clears a lock so that the membership user can be validated.
(Overrides MembershipProviderUnlockUser(String).) | |
| UpdateUser |
Updates information about a user in the data source.
(Overrides MembershipProviderUpdateUser(MembershipUser).) | |
| ValidateUser |
Verifies that the specified user name and password exist in the data source.
(Overrides MembershipProviderValidateUser(String, String).) |
| Name | Description | |
|---|---|---|
| ApplicationName |
The name of the application using the custom membership provider.
(Overrides MembershipProviderApplicationName.) | |
| Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase.) | |
| EnablePasswordReset |
Indicates whether the membership provider is configured to allow users to reset their passwords.
(Overrides MembershipProviderEnablePasswordReset.) | |
| EnablePasswordRetrieval |
Indicates whether the membership provider is configured to allow users to retrieve their passwords.
(Overrides MembershipProviderEnablePasswordRetrieval.) | |
| MaxInvalidPasswordAttempts |
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.
(Overrides MembershipProviderMaxInvalidPasswordAttempts.) | |
| MinRequiredNonAlphanumericCharacters |
Gets the minimum number of special characters that must be present in a valid password.
(Overrides MembershipProviderMinRequiredNonAlphanumericCharacters.) | |
| MinRequiredPasswordLength |
Gets the minimum length required for a password.
(Overrides MembershipProviderMinRequiredPasswordLength.) | |
| Name | Gets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase.) | |
| PasswordAttemptWindow |
Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.
(Overrides MembershipProviderPasswordAttemptWindow.) | |
| PasswordFormat |
Gets a value indicating the format for storing passwords in the membership data store.
(Overrides MembershipProviderPasswordFormat.) | |
| PasswordStrengthRegularExpression |
Gets the regular expression used to evaluate a password.
(Overrides MembershipProviderPasswordStrengthRegularExpression.) | |
| RequiresQuestionAndAnswer |
Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval.
(Overrides MembershipProviderRequiresQuestionAndAnswer.) | |
| RequiresUniqueEmail |
Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.
(Overrides MembershipProviderRequiresUniqueEmail.) |
| Name | Description | |
|---|---|---|
| ValidatingPassword | Occurs when a user is created, a password is changed, or a password is reset. (Inherited from MembershipProvider.) |