ClientWindowsAuthenticationMembershipProvider.ChangePassword Méthode

Définition

Cette méthode n'est pas utilisée par cette classe.

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

Paramètres

username
String

Non utilisé.

oldPassword
String

Non utilisé.

newPassword
String

Non utilisé.

Retours

Non applicable. Cette méthode lève toujours une exception.

Exceptions

Toujours levée.

S’applique à

Voir aussi