FormsAuthenticationUserCollection.GetKey(Int32) Metodo

Definizione

Ottiene la chiave in corrispondenza dell'indice della raccolta FormsAuthenticationUserCollection specificato.

public:
 System::String ^ GetKey(int index);
public string GetKey (int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String

Parametri

index
Int32

Indice nell'insieme.

Restituisce

Chiave in corrispondenza dell'indice specificato del FormsAuthenticationUserCollection.

Si applica a