Class SymmetricEncryptionSettings
The encryption settings used to encrypt the messages.
Inheritance
System.Object
SymmetricEncryptionSettings
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.String |