FormsAuthenticationUser.Password Proprietà

Definizione

Ottiene o imposta la password dell'utente.

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("password", DefaultValue="", IsRequired=true)]
[System.Configuration.StringValidator]
public string Password { get; set; }
[<System.Configuration.ConfigurationProperty("password", DefaultValue="", IsRequired=true)>]
[<System.Configuration.StringValidator>]
member this.Password : string with get, set
Public Property Password As String

Valore della proprietà

Password dell'utente richiesta dall'applicazione.

Attributi

Si applica a