次の方法で共有


OAuthWebSecurity.GetAccountsFromUserName(String) メソッド

定義

指定されたユーザー名を使用して 1 つ以上のアカウントを取得します。

public static System.Collections.Generic.ICollection<Microsoft.Web.WebPages.OAuth.OAuthAccount> GetAccountsFromUserName (string userName);
static member GetAccountsFromUserName : string -> System.Collections.Generic.ICollection<Microsoft.Web.WebPages.OAuth.OAuthAccount>
Public Shared Function GetAccountsFromUserName (userName As String) As ICollection(Of OAuthAccount)

パラメーター

userName
String

ユーザー名です。

戻り値

アカウントのコレクション。

適用対象