FormsAuthenticationCredentials.Users Eigenschap

Definitie

Hiermee haalt u de namen en wachtwoordreferenties van de gebruikers op.

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

Waarde van eigenschap

Een FormsAuthenticationUserCollection met de namen en wachtwoordreferenties van de gebruikers.

Kenmerken

Van toepassing op

Zie ook