InfoRequest.NewPassword Propriété
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.
Nouveau mot de passe facultatif pour l’utilisateur authentifié. Si un nouveau mot de passe est fourni, le OldPassword est obligatoire. Si l’utilisateur a oublié l’ancien mot de passe, utilisez plutôt le point de terminaison « /forgotPassword ».
public string? NewPassword { get; init; }
member this.NewPassword : string with get, set
Public Property NewPassword As String