FormsAuthenticationUserCollection.GetKey Method (Int32)

 

Gets the key at the specified FormsAuthenticationUserCollection collection index.

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

member GetKey : 
        index:int -> string

Parameters

index
Type: System.Int32

The index in the collection.

Return Value

Type: System.String

The key at the specified index of the FormsAuthenticationUserCollection.

The following code example shows how to use the GetKey method.

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

.NET Framework
Available since 2.0
Return to top
Show: