diff options
author | Jason Alexander <jason.alexander@gmail.com> | 2007-03-02 16:22:47 +0000 |
---|---|---|
committer | Jason <jason.alexander@gmail.com> | 2007-03-02 16:22:47 +0000 |
commit | 9b036e50ce522871e32ce16dce8befdfdc1cf559 (patch) | |
tree | 36ea90d724f43db8068558a17ba9fc88679f1753 | |
parent | 0296d025d65ba05d97db2151f4ed81927afd0562 (diff) | |
download | DotNetOpenAuth-9b036e50ce522871e32ce16dce8befdfdc1cf559.zip DotNetOpenAuth-9b036e50ce522871e32ce16dce8befdfdc1cf559.tar.gz DotNetOpenAuth-9b036e50ce522871e32ce16dce8befdfdc1cf559.tar.bz2 |
Just testing the commit emails from Google Code
git-svn-id: https://dotnetopenid.googlecode.com/svn/trunk@33 01efa1a6-402a-0410-b0ae-47b76eba00f0
-rw-r--r-- | source/OpenIdTests/AssocationTestSuite.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/OpenIdTests/AssocationTestSuite.cs b/source/OpenIdTests/AssocationTestSuite.cs index d2fc96d..a0f066e 100644 --- a/source/OpenIdTests/AssocationTestSuite.cs +++ b/source/OpenIdTests/AssocationTestSuite.cs @@ -16,8 +16,7 @@ namespace OpenIdTests TimeSpan expiresIn = new TimeSpan(0, 0, 600);
string handle = "handle";
byte[] secret = ASCIIEncoding.ASCII.GetBytes("secret");
-
-
+
Association assoc = new HMACSHA1Association(handle, secret, expiresIn);
byte[] s = assoc.Serialize();
|