Freigeben über


FormsAuthenticationCredentials.Users Eigenschaft

Definition

Ruft die Namen und Kennwortanmeldeinformationen der Benutzer ab.

public:
 property System::Web::Configuration::FormsAuthenticationUserCollection ^ Users { System::Web::Configuration::FormsAuthenticationUserCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.Web.Configuration.FormsAuthenticationUserCollection Users { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Users : System.Web.Configuration.FormsAuthenticationUserCollection
Public ReadOnly Property Users As FormsAuthenticationUserCollection

Eigenschaftswert

Eine FormsAuthenticationUserCollection, die die Namen und Kennwortanmeldeinformationen der Benutzer enthält.

Attribute

Gilt für:

Weitere Informationen