Skip to content

Commit

Permalink
Merge pull request #3134 from Particular/hotfix-4.7.10
Browse files Browse the repository at this point in the history
Hotfix 4.7.10
  • Loading branch information
ramonsmits committed Dec 3, 2015
2 parents e825e35 + 5009fec commit 0f19136
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,7 @@ private string DecryptUsingKeyIdentifier(EncryptedValue encryptedValue, string k

protected virtual void AddKeyIdentifierHeader()
{
var headers = Bus.OutgoingHeaders;
if (!headers.ContainsKey(Headers.RijndaelKeyIdentifier))
{
headers.Add(Headers.RijndaelKeyIdentifier, EncryptionKeyIdentifier);
}
Bus.OutgoingHeaders[Headers.RijndaelKeyIdentifier] = EncryptionKeyIdentifier;
}

protected virtual bool TryGetKeyIdentifierHeader(out string keyIdentifier)
Expand Down

0 comments on commit 0f19136

Please sign in to comment.