ExtendedMembershipProvider.GetAccountsForUser Method
When overridden in a derived class, returns all OAuth membership accounts associated with the specified user name.
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.