ExtendedMembershipProvider.GetAccountsForUser(String) 方法

定義

在衍生類別中覆寫時,傳回與指定的使用者名稱相關聯的所有 OAuth 成員資格帳戶。

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

參數

userName
String

使用者名稱。

傳回

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

適用於