diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-16 22:31:44 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-16 22:31:44 -0700 |
commit | 97ac80e03cd65f001e540036dc2de07cde286e6b (patch) | |
tree | 2536013d1900a5f4aa5994dde71473e8030219c3 /src | |
parent | f6a95144a617f391f3d947e01fb645a1483cd3eb (diff) | |
download | DotNetOpenAuth-97ac80e03cd65f001e540036dc2de07cde286e6b.zip DotNetOpenAuth-97ac80e03cd65f001e540036dc2de07cde286e6b.tar.gz DotNetOpenAuth-97ac80e03cd65f001e540036dc2de07cde286e6b.tar.bz2 |
Removed some redundant code.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/OpenId/Messages/AssociateDiffieHellmanResponse.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth/OpenId/Messages/AssociateDiffieHellmanResponse.cs b/src/DotNetOpenAuth/OpenId/Messages/AssociateDiffieHellmanResponse.cs index 9097219..99e413d 100644 --- a/src/DotNetOpenAuth/OpenId/Messages/AssociateDiffieHellmanResponse.cs +++ b/src/DotNetOpenAuth/OpenId/Messages/AssociateDiffieHellmanResponse.cs @@ -82,8 +82,6 @@ namespace DotNetOpenAuth.OpenId.Messages { // Go ahead and create the association first, complete with its secret that we're about to share. Association association = HmacShaAssociation.Create(this.Protocol, this.AssociationType, AssociationRelyingPartyType.Smart, securitySettings); - this.AssociationHandle = association.Handle; - this.ExpiresIn = association.SecondsTillExpiration; // We now need to securely communicate the secret to the relying party using Diffie-Hellman. // We do this by performing a DH algorithm on the secret and setting a couple of properties |