Back to Devexpress

EncryptionSettings Class

officefileapi-devexpress-dot-spreadsheet-1cd6798b.md

latest1.3 KB
Original Source

EncryptionSettings Class

Base implementation of the EncryptionOptions interface.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class EncryptionSettings :
    EncryptionOptions,
    IDisposable
vb
Public Class EncryptionSettings
    Implements EncryptionOptions,
               IDisposable

Remarks

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

Implements

EncryptionOptions

IDisposable

Inheritance

Object EncryptionSettings

See Also

EncryptionSettings Members

DevExpress.Spreadsheet Namespace