ExtendedMembershipProvider.GetAccountsForUser(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.