Skip to main content
Row

EncryptionSettings Class

Base implementation of the EncryptionOptions interface.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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.

Implements

Inheritance

Object
EncryptionSettings
See Also