FormsAuthenticationUser.Password Eigenschap

Definitie

Hiermee haalt u het wachtwoord van de gebruiker op of stelt u dit in.

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

Waarde van eigenschap

Het wachtwoord van de gebruiker dat is vereist voor de toepassing.

Kenmerken

Van toepassing op