This isn't an issue so much as a question, but is it possible to set multiple encryption keys? Something like this:
<MessageEncryption> <EncryptionKey KeySize="256" Key="***"/> <EncryptionKey KeySize="256" Key="***"/> </MessageEncryption>
I need to encrypt one thing several different ways. Is that possible with this package?