Definition
Package: MessageHandler.Encryption
Classes in this package
| Class | Description |
|---|---|
| EncryptedValue | Class used to represent an encrypted value with an initialization vector. |
| Encryption | Extension methods which add encryption infrastructure to the service collection. |
Interfaces in this package
| Interface | Description |
|---|---|
| IEncryptEvents | Interface to be implemented by class that encrypt and decrypt the body of events |
| IProvideEncryptedEncryptionKeys | Interface to be implemented by class that provided encrypted encryption keys (used for envelope encryption) |
| IProvideEncryptionKeys | Interface to be implemented by class that provided encryption keys |
| IProvideRawEncryptionKeys | Interface to be implemented by class that provided unencrypted, or raw, encryption keys |
| ISupportEncryption | Supports encryption |