ClientWindowsAuthenticationMembershipProvider Methods

 

Namespace:   System.Web.ClientServices.Providers
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_pubmethodChangePassword(String^, String^, String^)

This method is not used by this class.(Overrides MembershipProvider::ChangePassword(String^, String^, String^).)

System_CAPS_pubmethodChangePasswordQuestionAndAnswer(String^, String^, String^, String^)
System_CAPS_pubmethodCreateUser(String^, String^, String^, String^, String^, Boolean, Object^, MembershipCreateStatus%)
System_CAPS_protmethodDecryptPassword(array<Byte>^)

Decrypts an encrypted password.(Inherited from MembershipProvider.)

System_CAPS_pubmethodDeleteUser(String^, Boolean)

This method is not used by this class.(Overrides MembershipProvider::DeleteUser(String^, Boolean).)

System_CAPS_protmethodEncryptPassword(array<Byte>^)

Encrypts a password.(Inherited from MembershipProvider.)

System_CAPS_protmethodEncryptPassword(array<Byte>^, MembershipPasswordCompatibilityMode)

Encrypts the specified password using the specified password-compatibility mode.(Inherited from MembershipProvider.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodFindUsersByEmail(String^, Int32, Int32, Int32%)

This method is not used by this class.(Overrides MembershipProvider::FindUsersByEmail(String^, Int32, Int32, Int32%).)

System_CAPS_pubmethodFindUsersByName(String^, Int32, Int32, Int32%)

This method is not used by this class.(Overrides MembershipProvider::FindUsersByName(String^, Int32, Int32, Int32%).)

System_CAPS_pubmethodGetAllUsers(Int32, Int32, Int32%)

This method is not used by this class.(Overrides MembershipProvider::GetAllUsers(Int32, Int32, Int32%).)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetNumberOfUsersOnline()

This method is not used by this class.(Overrides MembershipProvider::GetNumberOfUsersOnline().)

System_CAPS_pubmethodGetPassword(String^, String^)

This method is not used by this class.(Overrides MembershipProvider::GetPassword(String^, String^).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodGetUser(Object^, Boolean)

This method is not used by this class.(Overrides MembershipProvider::GetUser(Object^, Boolean).)

System_CAPS_pubmethodGetUser(String^, Boolean)

This method is not used by this class.(Overrides MembershipProvider::GetUser(String^, Boolean).)

System_CAPS_pubmethodGetUserNameByEmail(String^)

This method is not used by this class.(Overrides MembershipProvider::GetUserNameByEmail(String^).)

System_CAPS_pubmethodInitialize(String^, NameValueCollection^)

Initializes the provider.(Inherited from ProviderBase.)

System_CAPS_pubmethodLogout()

Logs out the user.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnValidatingPassword(ValidatePasswordEventArgs^)

Raises the ValidatingPassword event if an event handler has been defined.(Inherited from MembershipProvider.)

System_CAPS_pubmethodResetPassword(String^, String^)

This method is not used by this class.(Overrides MembershipProvider::ResetPassword(String^, String^).)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodUnlockUser(String^)

This method is not used by this class.(Overrides MembershipProvider::UnlockUser(String^).)

System_CAPS_pubmethodUpdateUser(MembershipUser^)

This method is not used by this class.(Overrides MembershipProvider::UpdateUser(MembershipUser^).)

System_CAPS_pubmethodValidateUser(String^, String^)

Automatically authenticates the current user by using the identity supplied by the operating system.(Overrides MembershipProvider::ValidateUser(String^, String^).)

Return to top
Show: