Partager via


PasswordCredential.Password Propriété

Définition

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é

String

Platform::String

winrt::hstring

Chaîne de mot de passe des informations d’identification.

S’applique à