Show / Hide Table of Contents

    Class EncryptionSettings

    The base class for SymmetricEncryptionSettingsBase and other future encryption types.

    Inheritance
    object
    EncryptionSettings
    SymmetricEncryptionSettingsBase
    Implements
    IValidatableEndpointSettings
    Inherited Members
    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 abstract class EncryptionSettings : IValidatableEndpointSettings

    Methods

    | Improve this doc View source

    Validate()

    Throws an EndpointConfigurationException if the current configuration is not valid.

    Declaration
    public abstract void Validate()

    Implements

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