ClientWindowsAuthenticationMembershipProvider.ChangePassword Method

Definition

This method is not used by this class.

public:
 override bool ChangePassword(System::String ^ username, System::String ^ oldPassword, System::String ^ newPassword);
public override bool ChangePassword (string username, string oldPassword, string newPassword);
override this.ChangePassword : string * string * string -> bool
Public Overrides Function ChangePassword (username As String, oldPassword As String, newPassword As String) As Boolean

Parameters

username
String

Not used.

oldPassword
String

Not used.

newPassword
String

Not used.

Returns

Not applicable. This method always throws an exception.

Exceptions

Always thrown.

Applies to

See also