diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-28 17:54:04 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-28 17:54:04 -0700 |
commit | f595cabfa6626c6f2aaa09dd021411058ac53573 (patch) | |
tree | bd5049305817c0d4f02c7f9e67cbb918408f0f40 /src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj | |
parent | d10db64d32f10c9514918541542af3bbf5889fca (diff) | |
download | DotNetOpenAuth-f595cabfa6626c6f2aaa09dd021411058ac53573.zip DotNetOpenAuth-f595cabfa6626c6f2aaa09dd021411058ac53573.tar.gz DotNetOpenAuth-f595cabfa6626c6f2aaa09dd021411058ac53573.tar.bz2 |
Added a base64web encoder for byte[] typed message parts.
Diffstat (limited to 'src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj b/src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj index c0aef30..5e079a0 100644 --- a/src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj +++ b/src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj @@ -19,6 +19,7 @@ </PropertyGroup> <ItemGroup> <Compile Include="Assumes.cs" /> + <Compile Include="Messaging\Base64WebEncoder.cs" /> <Compile Include="Messaging\Bindings\AsymmetricCryptoKeyStoreWrapper.cs" /> <Compile Include="Messaging\Bindings\CryptoKey.cs" /> <Compile Include="Messaging\Bindings\CryptoKeyCollisionException.cs" /> |