Show / Hide Table of Contents

    Class SymmetricDecryptionSettings

    The decryption settings used to decrypt the messages.

    Inheritance
    object
    EncryptionSettings
    SymmetricEncryptionSettingsBase
    SymmetricDecryptionSettings
    Implements
    IValidatableEndpointSettings
    Inherited Members
    SymmetricEncryptionSettingsBase.AlgorithmName
    SymmetricEncryptionSettingsBase.BlockSize
    SymmetricEncryptionSettingsBase.FeedbackSize
    SymmetricEncryptionSettingsBase.InitializationVector
    SymmetricEncryptionSettingsBase.Key
    SymmetricEncryptionSettingsBase.CipherMode
    SymmetricEncryptionSettingsBase.PaddingMode
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Encryption
    Assembly: Silverback.Integration.dll
    Syntax
    public class SymmetricDecryptionSettings : SymmetricEncryptionSettingsBase, IValidatableEndpointSettings

    Properties

    | Improve this doc View source

    KeyProvider

    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 source

    Validate()

    Throws an EndpointConfigurationException if the current configuration is not valid.

    Declaration
    public override void Validate()
    Overrides
    SymmetricEncryptionSettingsBase.Validate()

    Implements

    IValidatableEndpointSettings
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini