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 | |
---|---|---|
CreateUser | Adds a new user to the Active Directory data store. (Inherited from ActiveDirectoryMembershipProvider.) | |
DecryptPassword | Decrypts an encrypted password. (Inherited from MembershipProvider.) | |
DeleteUser | Removes a user's membership information from the Active Directory data store. (Inherited from ActiveDirectoryMembershipProvider.) | |
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 | Returns a collection of membership users from the Active Directory data store based on the user's e-mail address. (Inherited from ActiveDirectoryMembershipProvider.) | |
FindUsersByName | Returns a collection of users from the Active Directory data store based on the user name. (Inherited from ActiveDirectoryMembershipProvider.) | |
GeneratePassword | Generates a random password. (Inherited from ActiveDirectoryMembershipProvider.) | |
GetAllUsers | Gets a collection of all the users stored in an Active Directory data source. (Inherited from ActiveDirectoryMembershipProvider.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNumberOfUsersOnline | Throws a NotSupportedException exception in all cases. (Inherited from ActiveDirectoryMembershipProvider.) | |
GetPassword | Returns the password of the specified user from the database. The ActiveDirectoryMembershipProvider class does not support this method. (Inherited from ActiveDirectoryMembershipProvider.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUser(Object, Boolean) | Gets the membership user information associated with the specified user key. (Inherited from ActiveDirectoryMembershipProvider.) | |
GetUser(String, Boolean) | Gets the membership user information associated with the specified user name. (Inherited from ActiveDirectoryMembershipProvider.) | |
GetUserNameByEmail | Gets the user name associated with the specified e-mail address. (Inherited from ActiveDirectoryMembershipProvider.) | |
ChangePassword | Changes the password for the specified user. (Inherited from ActiveDirectoryMembershipProvider.) | |
ChangePasswordQuestionAndAnswer | Updates the password question and answer for a user in the Active Directory store. (Inherited from ActiveDirectoryMembershipProvider.) | |
Initialize |
Initializes the membership provider.
(Overrides ActiveDirectoryMembershipProvider Initialize(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. (Inherited from ActiveDirectoryMembershipProvider.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnlockUser | Clears a lock so that a membership user can be validated. (Inherited from ActiveDirectoryMembershipProvider.) | |
UpdateUser | Updates information about a user in the Active Directory data store. (Inherited from ActiveDirectoryMembershipProvider.) | |
ValidateUser | Verifies that the specified user name and password exist in the Active Directory data store. (Inherited from ActiveDirectoryMembershipProvider.) |
Extension Methods
Name | Description | |
---|---|---|
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 | |
---|---|---|
ApplicationName | The name of the application using the custom membership provider. (Inherited from ActiveDirectoryMembershipProvider.) | |
CurrentConnectionProtection | Gets the current level of security being used to protect communications with the server. (Inherited from ActiveDirectoryMembershipProvider.) | |
Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase.) | |
EnablePasswordReset | Gets a value indicating whether the ActiveDirectoryMembershipProvider instance is configured to allow users to reset their passwords. (Inherited from ActiveDirectoryMembershipProvider.) | |
EnablePasswordRetrieval | 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 ActiveDirectoryMembershipProvider.) | |
EnableSearchMethods | Gets a value indicating whether search-oriented ActiveDirectoryMembershipProvider methods are available. (Inherited from ActiveDirectoryMembershipProvider.) | |
MaxInvalidPasswordAttempts | Gets the number of failed answer attempts a user is allowed for the password-reset question. (Inherited from ActiveDirectoryMembershipProvider.) | |
MinRequiredNonAlphanumericCharacters | Gets the minimum number of special characters that must be present in a valid password. (Inherited from ActiveDirectoryMembershipProvider.) | |
MinRequiredPasswordLength | Gets the minimum length required for a password. (Inherited from ActiveDirectoryMembershipProvider.) | |
Name | Gets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase.) | |
PasswordAnswerAttemptLockoutDuration | 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 ActiveDirectoryMembershipProvider.) | |
PasswordAttemptWindow | Gets the time window during which consecutive failed attempts to provide a valid password or a valid password answer are tracked. (Inherited from ActiveDirectoryMembershipProvider.) | |
PasswordFormat | Gets a value indicating the format of passwords in the Active Directory data store. (Inherited from ActiveDirectoryMembershipProvider.) | |
PasswordStrengthRegularExpression | Gets the regular expression used to evaluate a password. (Inherited from ActiveDirectoryMembershipProvider.) | |
RequiresQuestionAndAnswer | Gets a value indicating whether the membership provider is configured to require a password question and answer when creating a user. (Inherited from ActiveDirectoryMembershipProvider.) | |
RequiresUniqueEmail | Gets a value indicating whether an e-mail address stored on the Active Directory server must be unique. (Inherited from ActiveDirectoryMembershipProvider.) |
Events
Name | Description | |
---|---|---|
ValidatingPassword | Occurs when a user is created, a password is changed, or a password is reset. (Inherited from MembershipProvider.) |
See Also