This topic has not yet been rated - Rate this topic

ExtendedMembershipProvider.GetAccountsForUser Method

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

Namespace:  WebMatrix.WebData
Assembly:  WebMatrix.WebData (in WebMatrix.WebData.dll)
public abstract ICollection<OAuthAccountData> GetAccountsForUser(
	string userName
)

Parameters

userName
Type: System.String
The user name.

Return Value

Type: System.Collections.Generic.ICollection<OAuthAccountData>
A list of all OAuth membership accounts associated with the specified user name.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.