Share via


SimpleMembershipProvider.GetAccountsForUser(String) 方法

定義

傳回與指定的使用者名稱相關聯的所有 OAuth 成員資格帳戶。

public override System.Collections.Generic.ICollection<WebMatrix.WebData.OAuthAccountData> GetAccountsForUser (string userName);
override this.GetAccountsForUser : string -> System.Collections.Generic.ICollection<WebMatrix.WebData.OAuthAccountData>
Public Overrides Function GetAccountsForUser (userName As String) As ICollection(Of OAuthAccountData)

參數

userName
String

使用者名稱。

傳回

與指定的使用者名稱相關聯的所有 OAuth 成員資格帳戶清單。

例外狀況

類別 SimpleMembershipProvider 未使用 對 方法的 InitializeDatabaseConnection 呼叫初始化。

適用於