Freigeben über


FormsAuthenticationUser.Password Eigenschaft

Definition

Ruft das Kennwort des Benutzers ab oder legt es fest.

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

Eigenschaftswert

Das kennwort des Benutzers, das von der Anwendung benötigt wird.

Attribute

Gilt für: