Definition
Package: MessageHandler.Encryption
Assembly: MessageHandler.Encryption
Namespace: MessageHandler.Encryption
Class: Encryption
AddEnvelopeEncryption(this IServiceCollection, string, Action)
Add envelope encryption, using both a masterkey as well as a unique encrypted encryption key provider
Parameters
services: Microsoft.Extensions.DependencyInjection.IServiceCollection
The service collection
masterEncryptionKey: System.String
The master key
configuration: System.Action
A callback, used to specify the encrypted encryption key provider
Returns
Microsoft.Extensions.DependencyInjection.IServiceCollection