Partager via


FormsAuthenticationCredentials.Users Propriété

Définition

Obtient les informations d'identification de nom et de mot de passe des utilisateurs.

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é

FormsAuthenticationUserCollection

FormsAuthenticationUserCollection qui contient les informations d'identification de nom et de mot de passe des utilisateurs.

Attributs

Exemples

L'exemple de code suivant montre comment utiliser la propriété Users. Reportez-vous à l’exemple de code de la FormsAuthenticationCredentials rubrique de classe pour savoir comment obtenir la section.


// Create a new FormsAuthenticationUserCollection object.
FormsAuthenticationUserCollection newformsAuthenticationUser = 
    new FormsAuthenticationUserCollection();
' Create a new FormsAuthenticationUserCollection object.
  Dim newformsAuthenticationUser _
  As New FormsAuthenticationUserCollection()

S’applique à

Voir aussi