Class SymmetricDecryptionSettings
The decryption settings used to decrypt the messages.
Inheritance
System.Object
SymmetricDecryptionSettings
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 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 |
---|---|
System.Func<System.String, System.Byte[]> |
Methods
| Improve this doc View sourceValidate()
Declaration
public override void Validate()