This documentation is archived and is not being maintained.
ClientWindowsAuthenticationMembershipProvider Methods
Visual Studio 2010
The ClientWindowsAuthenticationMembershipProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
ChangePassword | This method is not used by this class. (Overrides MembershipProvider::ChangePassword(String, String, String).) |
|
ChangePasswordQuestionAndAnswer | This method is not used by this class. (Overrides MembershipProvider::ChangePasswordQuestionAndAnswer(String, String, String, String).) |
|
CreateUser | This method is not used by this class. (Overrides MembershipProvider::CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus%).) |
|
DecryptPassword | Decrypts an encrypted password. (Inherited from MembershipProvider.) |
|
DeleteUser | This method is not used by this class. (Overrides MembershipProvider::DeleteUser(String, Boolean).) |
|
EncryptPassword(array<Byte>) | Encrypts a password. (Inherited from MembershipProvider.) |
|
EncryptPassword(array<Byte>, MembershipPasswordCompatibilityMode) | Encrypts the specified password using the specified password-compatibility mode. (Inherited from MembershipProvider.) |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (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 | This method is not used by this class. (Overrides MembershipProvider::FindUsersByEmail(String, Int32, Int32, Int32%).) |
|
FindUsersByName | This method is not used by this class. (Overrides MembershipProvider::FindUsersByName(String, Int32, Int32, Int32%).) |
|
GetAllUsers | This method is not used by this class. (Overrides MembershipProvider::GetAllUsers(Int32, Int32, Int32%).) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetNumberOfUsersOnline | This method is not used by this class. (Overrides MembershipProvider::GetNumberOfUsersOnline().) |
|
GetPassword | This method is not used by this class. (Overrides MembershipProvider::GetPassword(String, String).) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetUser(Object, Boolean) | This method is not used by this class. (Overrides MembershipProvider::GetUser(Object, Boolean).) |
|
GetUser(String, Boolean) | This method is not used by this class. (Overrides MembershipProvider::GetUser(String, Boolean).) |
|
GetUserNameByEmail | This method is not used by this class. (Overrides MembershipProvider::GetUserNameByEmail(String).) |
|
Initialize | Initializes the provider. (Inherited from ProviderBase.) |
|
Logout | Logs out the user. |
|
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 | This method is not used by this class. (Overrides MembershipProvider::ResetPassword(String, String).) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UnlockUser | This method is not used by this class. (Overrides MembershipProvider::UnlockUser(String).) |
|
UpdateUser | This method is not used by this class. (Overrides MembershipProvider::UpdateUser(MembershipUser).) |
|
ValidateUser | Automatically authenticates the current user by using the identity supplied by the operating system. (Overrides MembershipProvider::ValidateUser(String, String).) |
Show: