FormsAuthenticationCredentials.Users Property

 

Gets the users' names and password credentials.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("", IsDefaultCollection = true,
    Options = ConfigurationPropertyOptions.IsDefaultCollection)>]
member Users : FormsAuthenticationUserCollection with get

Property Value

Type: System.Web.Configuration.FormsAuthenticationUserCollection

A 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: