This documentation is archived and is not being maintained.

ClientFormsAuthenticationMembershipProvider Methods

The ClientFormsAuthenticationMembershipProvider type exposes the following members.

  NameDescription
Public method ChangePassword This method is not used by this class. (Overrides MembershipProvider::ChangePassword(String, String, String).)
Public method ChangePasswordQuestionAndAnswer This method is not used by this class. (Overrides MembershipProvider::ChangePasswordQuestionAndAnswer(String, String, String, String).)
Public method CreateUser This method is not used by this class. (Overrides MembershipProvider::CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus%).)
Protected method DecryptPassword Decrypts an encrypted password. (Inherited from MembershipProvider.)
Public method DeleteUser This method is not used by this class. (Overrides MembershipProvider::DeleteUser(String, Boolean).)
Protected method EncryptPassword(array<Byte>) Encrypts a password. (Inherited from MembershipProvider.)
Protected method EncryptPassword(array<Byte>, MembershipPasswordCompatibilityMode) Encrypts the specified password using the specified password-compatibility mode. (Inherited from MembershipProvider.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method FindUsersByEmail This method is not used by this class. (Overrides MembershipProvider::FindUsersByEmail(String, Int32, Int32, Int32%).)
Public method FindUsersByName This method is not used by this class. (Overrides MembershipProvider::FindUsersByName(String, Int32, Int32, Int32%).)
Public method GetAllUsers This method is not used by this class. (Overrides MembershipProvider::GetAllUsers(Int32, Int32, Int32%).)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetNumberOfUsersOnline This method is not used by this class. (Overrides MembershipProvider::GetNumberOfUsersOnline().)
Public method GetPassword This method is not used by this class. (Overrides MembershipProvider::GetPassword(String, String).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetUser(Object, Boolean) This method is not used by this class. (Overrides MembershipProvider::GetUser(Object, Boolean).)
Public method GetUser(String, Boolean) This method is not used by this class. (Overrides MembershipProvider::GetUser(String, Boolean).)
Public method GetUserNameByEmail This method is not used by this class. (Overrides MembershipProvider::GetUserNameByEmail(String).)
Public method Initialize Initializes the provider. (Overrides ProviderBase::Initialize(String, NameValueCollection).)
Public method Logout Logs out the user.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnValidatingPassword Raises the ValidatingPassword event if an event handler has been defined. (Inherited from MembershipProvider.)
Public method ResetPassword This method is not used by this class. (Overrides MembershipProvider::ResetPassword(String, String).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UnlockUser This method is not used by this class. (Overrides MembershipProvider::UnlockUser(String).)
Public method UpdateUser This method is not used by this class. (Overrides MembershipProvider::UpdateUser(MembershipUser).)
Public method ValidateUser(String, String) Authenticates a user by using the specified user name and password. (Overrides MembershipProvider::ValidateUser(String, String).)
Public method ValidateUser(String, String, Boolean) Authenticates a user by using the specified user name and password, optionally storing a hash of the password in the local data cache.
Public method Static member ValidateUser(String, String, String) Authenticates a user at the specified service URI by using the specified user name and password.
Top
Show: