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