FormsAuthenticationCredentials.Users Property
.NET Framework (current version)
Gets the users' names and password credentials.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("", IsDefaultCollection = true, Options = ConfigurationPropertyOptions.IsDefaultCollection)>] member Users : FormsAuthenticationUserCollection with get
Property Value
Type: System.Web.Configuration.FormsAuthenticationUserCollectionA FormsAuthenticationUserCollection that contains the users' names and password credentials.
The following code example shows how to use the Users property. Refer to the code example in the FormsAuthenticationCredentials class topic to learn how to get the section.
.NET Framework
Available since 2.0
Available since 2.0
Show: