The CMSADMembershipProvider type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CMSADMembershipProvider |
Methods
| Name | Description | |
|---|---|---|
Adds a new user to the Active Directory data store. (Inherited from | ||
Decrypts an encrypted password. (Inherited from | ||
Removes a user's membership information from the Active Directory data store. (Inherited from | ||
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 | ||
Returns a collection of membership users from the Active Directory data store based on the user's e-mail address. (Inherited from | ||
Returns a collection of users from the Active Directory data store based on the user name. (Inherited from | ||
Generates a random password. (Inherited from | ||
Gets a collection of all the users stored in an Active Directory data source. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Throws a (Inherited from | ||
Returns the password of the specified user from the database. The (Inherited from | ||
Gets the (Inherited from | ||
Gets the membership user information associated with the specified user key. (Inherited from | ||
Gets the membership user information associated with the specified user name. (Inherited from | ||
Gets the user name associated with the specified e-mail address. (Inherited from | ||
Changes the password for the specified user. (Inherited from | ||
Updates the password question and answer for a user in the Active Directory store. (Inherited from | ||
| Initialize |
Initializes the membership provider.
(Overrides | |
Creates a shallow copy of the current (Inherited from | ||
Raises the (Inherited from | ||
Resets a user's password to a new, automatically generated password. (Inherited from | ||
Returns a string that represents the current object. (Inherited from | ||
Clears a lock so that a membership user can be validated. (Inherited from | ||
Updates information about a user in the Active Directory data store. (Inherited from | ||
Verifies that the specified user name and password exist in the Active Directory data store. (Inherited from |
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
| Name | Description | |
|---|---|---|
The name of the application using the custom membership provider. (Inherited from | ||
Gets the current level of security being used to protect communications with the server. (Inherited from | ||
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from | ||
Gets a value indicating whether the (Inherited from | ||
Gets a value indicating whether the user's password can be retrieved from the Active Directory data store. This property always returns false. (Inherited from | ||
Gets a value indicating whether search-oriented (Inherited from | ||
Gets the number of failed answer attempts a user is allowed for the password-reset question. (Inherited from | ||
Gets the minimum number of special characters that must be present in a valid password. (Inherited from | ||
Gets the minimum length required for a password. (Inherited from | ||
Gets the friendly name used to refer to the provider during configuration. (Inherited from | ||
Get the length of time for which a user account is locked out after the user makes too many bad password-answer attempts. (Inherited from | ||
Gets the time window during which consecutive failed attempts to provide a valid password or a valid password answer are tracked. (Inherited from | ||
Gets a value indicating the format of passwords in the Active Directory data store. (Inherited from | ||
Gets the regular expression used to evaluate a password. (Inherited from | ||
Gets a value indicating whether the membership provider is configured to require a password question and answer when creating a user. (Inherited from | ||
Gets a value indicating whether an e-mail address stored on the Active Directory server must be unique. (Inherited from |
Events
| Name | Description | |
|---|---|---|
Occurs when a user is created, a password is changed, or a password is reset. (Inherited from |
See Also