summaryrefslogtreecommitdiffstats
path: root/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-03-02 21:22:38 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2013-03-02 21:22:38 -0800
commit36cadbb1b9bf9c6a9a97b3679f40ea155ce0a615 (patch)
treeaf2a6af1ce23217a2ae8190c7ad775bd540e3be8 /samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
parent09651b96839ce22116a4047876bb5a43164c1102 (diff)
downloadDotNetOpenAuth-36cadbb1b9bf9c6a9a97b3679f40ea155ce0a615.zip
DotNetOpenAuth-36cadbb1b9bf9c6a9a97b3679f40ea155ce0a615.tar.gz
DotNetOpenAuth-36cadbb1b9bf9c6a9a97b3679f40ea155ce0a615.tar.bz2
Removes the memory crypto key store from the sample.
We now have a 'hard-coded' secret key store that trivial apps/samples may use to keep things simple until they create a database table.
Diffstat (limited to 'samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj')
-rw-r--r--samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj b/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
index 321d808..380e62b 100644
--- a/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
+++ b/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
@@ -128,7 +128,6 @@
<Compile Include="Code\AuthorizationServerHost.cs" />
<Compile Include="Code\BearerTokenHandler.cs" />
<Compile Include="Code\HttpHeaderAttribute.cs" />
- <Compile Include="Code\MemoryCryptoKeyStore.cs" />
<Compile Include="Controllers\HomeController.cs" />
<Compile Include="Controllers\TokenController.cs" />
<Compile Include="Controllers\UserController.cs" />