次の方法で共有


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 メンバーシップ アカウントのリスト。

適用対象