ExtendedMembershipProvider.GetAccountsForUser(String) Method

Definition

When overridden in a derived class, returns all OAuth membership accounts associated with the specified user name.

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)

Parameters

userName
String

The user name.

Returns

A list of all OAuth membership accounts associated with the specified user name.

Applies to