PasswordCredential.Password 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.
Obtient ou définit la chaîne de mot de passe des informations d’identification. Cette valeur ne doit pas être null ou vide, sinon une exception sera levée. Vous devez d’abord appeler RetrievePassword pour définir la valeur initiale de cette propriété.
public:
property Platform::String ^ Password { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Password();
void Password(winrt::hstring password);
public string Password { get; set; }
var string = passwordCredential.password;
passwordCredential.password = string;
Public Property Password As String
Valeur de propriété
Chaîne de mot de passe des informations d’identification.