Definition
Package: MessageHandler.Encryption
Assembly: MessageHandler.Encryption
Namespace: MessageHandler.Encryption
Interface to be implemented by class that encrypt and decrypt the body of events
Methods
| Method | Description |
|---|---|
| Encrypt(string, string) | Encrypt an event body using the specified encryption key |
| Decrypt(EncryptedValue, string) | Encrypt an encrypted value, which is representing an event body, using the specified encryption key |