Class EncryptionSettings
The base class for SymmetricEncryptionSettingsBase and other future encryption types.
Implements
Inherited Members
Namespace: Silverback.Messaging.Encryption
Assembly: Silverback.Integration.dll
Syntax
public abstract class EncryptionSettings : IValidatableEndpointSettings
Methods
| Improve this doc View sourceValidate()
Throws an EndpointConfigurationException if the current configuration is not valid.
Declaration
public abstract void Validate()