Class SymmetricEncryptionSettings
The encryption settings used to encrypt the messages.
Implements
Inherited Members
Namespace: Silverback.Messaging.Encryption
Assembly: Silverback.Integration.dll
Syntax
public class SymmetricEncryptionSettings : SymmetricEncryptionSettingsBase, IValidatableEndpointSettings
Properties
| Improve this doc View sourceKeyIdentifier
Gets or sets the key identifier to be sent in the header (see EncryptionKeyId). It will be used on the consumer side to determine the correct key to be used to decrypt the message.
Declaration
public string? KeyIdentifier { get; set; }
Property Value
Type | Description |
---|---|
string |