Definition
Package: MessageHandler.Encryption
Assembly: MessageHandler.Encryption
Namespace: MessageHandler.Encryption
Extension methods which add encryption infrastructure to the service collection.
Methods
Method | Description |
---|---|
AddMasterKeyEncryption(this IServiceCollection, string) | Add master key encryption |
AddEnvelopeEncryption(this IServiceCollection, string, Action |
Add envelope encryption, using both a masterkey as well as a unique encrypted encryption key provider |
AddUniqueKeyEncryption(this IServiceCollection, Action |
Add unique key encryption to the service collection |
InMemoryEncryptionKeyProvider(this KeyProviderConfiguration) | Adds an in memory encryption key provider to the encryption configuration |