Sdílet prostřednictvím


ClientFormsAuthenticationCredentials.Password Vlastnost

Definice

Získá nebo nastaví heslo uživatele.

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String

Hodnota vlastnosti

Heslo uživatele.

Poznámky

Třída ClientFormsAuthenticationMembershipProvider používá tuto vlastnost k načtení hesla uživatele během ověřování. Tuto vlastnost obvykle nebudete používat v kódu aplikace. Místo toho použijete konstruktor třídy k nastavení hesla uživatele.

Platí pro

Viz také