ActiveDirectoryMembershipUser Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ChangePassword |
Updates the password for the membership user in the membership data store.
(inherited from
MembershipUser)
|
| ChangePasswordQuestionAndAnswer |
Updates the password question and answer for the membership user in the membership data store.
(inherited from
MembershipUser)
|
| Equals |
Overloaded.
Determines whether two Object instances are equal.
(inherited from
Object)
|
| GetHashCode |
Serves as a hash function for a particular type.
(inherited from
Object)
|
| GetPassword |
Overloaded.
Gets the password for the membership user from the membership data store.
(inherited from
MembershipUser)
|
| GetType |
Gets the Type of the current instance.
(inherited from
Object)
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(inherited from
Object)
|
| ResetPassword |
Overloaded.
Resets a user's password to a new, automatically generated password.
(inherited from
MembershipUser)
|
| ToString |
Returns the user name for the membership user.
(inherited from
MembershipUser)
|
| UnlockUser |
Clears the locked-out state of the user so that the membership user can be validated.
(inherited from
MembershipUser)
|
| Name | Description | |
|---|---|---|
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from
Object)
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
Reference
ActiveDirectoryMembershipUser ClassSystem.Web.Security Namespace
Other Resources
Introduction to MembershipCommunity Additions
ADD
Show: