The CMSMembershipProvider type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CMSMembershipProvider |
Methods
| Name | Description | |
|---|---|---|
| CreateUser |
Creates new user.
(Overrides | |
Decrypts an encrypted password. (Inherited from | ||
| DeleteUser |
Deletes user specified by username.
(Overrides | |
Encrypts a password. (Inherited from | ||
Encrypts the specified password using the specified password-compatibility mode. (Inherited from | ||
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| FindUsersByEmail |
Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.
(Overrides | |
| FindUsersByName |
Gets a collection of membership users where the user name contains the specified user name to match.
(Overrides | |
| GetAllUsers |
Gets a collection of all the users in DB.
(Overrides | |
Serves as a hash function for a particular type. (Inherited from | ||
| GetNumberOfUsersOnline |
Returns number of online users. Monitor online users feature must be enabled.
(Overrides | |
| GetPassword |
Gets password of user specified by username.
(Overrides | |
Gets the (Inherited from | ||
| GetUser(UserInfo) |
Returns MembershipUser object containing data of user specified by his name.
| |
| GetUser(Object, Boolean) |
Returns MembershipUser object containing data of user specified by providerUserKey.
(Overrides | |
| GetUser(String, Boolean) |
Returns MembershipUser object containing data of user specified by his name.
(Overrides | |
| GetUserNameByEmail |
Gets user name of user with given email.
(Overrides | |
| ChangePassword |
Changes Password of user specified by username.
(Overrides | |
| ChangePasswordQuestionAndAnswer |
As password questions and answers are not implemented in UserInfo, this metod returns true.
(Overrides | |
| Initialize |
Initializes the provider.
(Overrides | |
Creates a shallow copy of the current (Inherited from | ||
| MFValidateCredentials |
Checks if user can be authenticated.
| |
| MFValidatePasscode(String, String) |
Validates entered passcode for user. Partial validation is checked.
This method should be used when validating passcode in multi-step scenario.
| |
| MFValidatePasscode(UserInfo, String, Boolean) |
Validates entered passcode for user. Checks passcode only.
| |
Raises the (Inherited from | ||
| ResetPassword |
Sets password of user specified by user name to empty string.
(Overrides | |
Returns a string that represents the current object. (Inherited from | ||
| UnlockUser |
Sets 'Enabled' property of user specified by user name to 'True'.
(Overrides | |
| UpdateUser |
Updates data of specified user.
(Overrides | |
| ValidateUser |
Checks whether given password matches the password of user specified by username.
(Overrides |
Extension Methods
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Properties
Events
| Name | Description | |
|---|---|---|
Occurs when a user is created, a password is changed, or a password is reset. (Inherited from |
See Also