summaryrefslogtreecommitdiffstats
path: root/samples/OAuth2ProtectedWebApi/Code/MemoryNonceStore.cs
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OAuth2ProtectedWebApi/Code/MemoryNonceStore.cs')
-rw-r--r--samples/OAuth2ProtectedWebApi/Code/MemoryNonceStore.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/samples/OAuth2ProtectedWebApi/Code/MemoryNonceStore.cs b/samples/OAuth2ProtectedWebApi/Code/MemoryNonceStore.cs
deleted file mode 100644
index 3bec259..0000000
--- a/samples/OAuth2ProtectedWebApi/Code/MemoryNonceStore.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-namespace OAuth2ProtectedWebApi.Code {
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
-
- using DotNetOpenAuth.Messaging.Bindings;
-
- internal class MemoryNonceStore : INonceStore {
- public bool StoreNonce(string context, string nonce, DateTime timestampUtc) {
- return true;
- }
- }
-} \ No newline at end of file