Skip to main content
All docs
V26.1
  • Row

    EncryptionSettings Class

    Base implementation of the EncryptionOptions interface.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public class EncryptionSettings :
        EncryptionOptions,
        IDisposable

    Remarks

    Use the EncryptionSettings object to encrypt a document with a password on saving using the SaveDocument method overloads.

    Inheritance

    Object
    EncryptionSettings
    See Also