AuthenticablePrincipal.SetPassword(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Affecte la valeur spécifiée au mot de passe du compte.
public:
void SetPassword(System::String ^ newPassword);
public void SetPassword (string newPassword);
member this.SetPassword : string -> unit
Public Sub SetPassword (newPassword As String)
Paramètres
- newPassword
- String
Nouveau mot de passe.
Exceptions
Lève une exception si l'appelant n'a pas les droits appropriés, si le nouveau mot de passe ne satisfait pas aux exigences de complexité des mots de passe ou pour toute autre raison provoquant le rejet de la modification du mot de passe par les magasins sous-jacents.