Partager via


FormsAuthenticationCredentials.Users Propriété

Définition

Obtient les noms des utilisateurs et les informations d’identification de mot de passe.

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

Valeur de propriété

Un FormsAuthenticationUserCollection qui contient les noms des utilisateurs et les informations d’identification de mot de passe.

Attributs

S’applique à

Voir aussi