Udostępnij za pośrednictwem


FormsAuthenticationCredentials.Users Właściwość

Definicja

Pobiera nazwy użytkowników i poświadczenia hasła.

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

Wartość właściwości

FormsAuthenticationUserCollection, który zawiera nazwy użytkowników i poświadczenia hasła.

Atrybuty

Dotyczy

Zobacz też