summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Common/OAuth/ChannelElements/OAuthPrincipal.cs
Commit message (Collapse)AuthorAgeFilesLines
* Removes OAuthPrincipal in favor of ClaimsPrincipal.Andrew Arnott2013-03-031-75/+23
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
|
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵Andrew Arnott2012-02-081-0/+98
OAuth 1 and OAuth 2. Related to and closes #71