summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/Code/Utilities.cs
Commit message (Collapse)AuthorAgeFilesLines
* Allowed for cycling of symmetric cryptographic keys by replacing the ↵Andrew Arnott2011-05-271-0/+21
effectively constant byte[] secret with a new ICryptoKeyStore throughout the OAuth 2 and OpenID stacks. And StyleCop fixes.