Skip to main content
All docs
V26.1
  • Row

    EncryptionSettings Constructors

    Base implementation of the EncryptionOptions interface.
    Name Parameters Description
    EncryptionSettings() none Initializes a new EncryptionSettings instance with default settings.
    EncryptionSettings(String, EncryptionType) password, type Initializes a new EncryptionSettings instance with specific settings.
    EncryptionSettings(String) password Initializes a new EncryptionSettings instance with specific settings.
    See Also