FormsAuthenticationUserCollection.GetKey(Int32) 方法

定義

在指定的 FormsAuthenticationUserCollection 集合索引取得金鑰。

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

參數

index
Int32

收藏中的索引。

傳回

該鍵位於指定索引的 FormsAuthenticationUserCollection

適用於