FormsAuthenticationUserCollection.AllKeys Property

 

Gets all the collection's keys.

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

member AllKeys : string[] with get

Property Value

Type: System.String[]

The string array containing the collection keys.

You can use this method to access the FormsAuthenticationUser objects contained in the collection.

The following code example shows how to use the AllKeys property.

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

.NET Framework
Available since 2.0
Return to top
Show: