ActiveDirectoryMembershipUser Members
.NET Framework 3.0
Exposes and updates membership user information stored in an Active Directory data store.
The following tables list the members exposed by the ActiveDirectoryMembershipUser type.
(see also
Protected Constructors
)
Top
| Name | Description | |
|---|---|---|
| ActiveDirectoryMembershipUser | Overloaded. Initializes a new instance of the ActiveDirectoryMembershipUser class. |
| Name | Description | |
|---|---|---|
| ActiveDirectoryMembershipUser | Overloaded. Initializes a new instance of the ActiveDirectoryMembershipUser class. |
| Name | Description | |
|---|---|---|
| Comment | Overridden. Gets or sets application-specific information for the membership user. |
| CreationDate | Gets the date and time when the user was added to the membership data store.(inherited from MembershipUser) |
| Overridden. Gets or sets the e-mail address of the membership user. | |
| IsApproved | Overridden. Gets or sets a value that indicates whether the membership user can be authenticated. |
| IsLockedOut | Gets a value indicating whether the membership user is locked out and unable to be validated.(inherited from MembershipUser) |
| IsOnline | Gets whether the user is currently online.(inherited from MembershipUser) |
| LastActivityDate | Overridden. Throws a NotSupportedException exception in all cases |
| LastLockoutDate | Gets the most recent date and time that the membership user was locked out.(inherited from MembershipUser) |
| LastLoginDate | Overridden. Throws a NotSupportedException exception in all cases. |
| LastPasswordChangedDate | Gets the date and time when the membership user's password was last updated.(inherited from MembershipUser) |
| PasswordQuestion | Gets the password question for the membership user.(inherited from MembershipUser) |
| ProviderName | Gets the name of the membership provider that stores and retrieves user information for the membership user.(inherited from MembershipUser) |
| ProviderUserKey | Overridden. Gets the user identifier from the Active Directory data store for the membership user. |
| UserName | Gets the logon name of the membership user.(inherited from MembershipUser) |
(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: