Class SymmetricDecryptionSettings
The decryption settings used to decrypt the messages.
Implements
Inherited Members
Namespace: Silverback.Messaging.Encryption
Assembly: Silverback.Integration.dll
Syntax
public class SymmetricDecryptionSettings : SymmetricEncryptionSettingsBase, IValidatableEndpointSettings
Properties
| Improve this doc View sourceKeyProvider
Gets or sets the function to be used to retrieve the decryption key.
Declaration
public Func<string?, byte[]>? KeyProvider { get; set; }
Property Value
Type | Description |
---|---|
Func<string, byte[]> |
Methods
| Improve this doc View sourceValidate()
Throws an EndpointConfigurationException if the current configuration is not valid.
Declaration
public override void Validate()