Skip to main content

ModelEncryptionType Enum

Lists supported encryption types for a workbook.

Namespace: DevExpress.Office.Crypto

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public enum ModelEncryptionType

Members

Name Description
Compatible

Standard encryption for XLSX files that uses a binary EncryptionInfo structure. The default encryption algorithm is AES-128 and SHA-1 is used as a hashing algorithm. XLS files are encrypted by 40-bit RC4 encryption.

Supported in Microsoft Excel 2007 and higher.

Strong

Agile encryption for XLSX files that uses an XML EncryptionInfo structure. The default encryption algorithm is AES-256 and SHA512 is used as a hashing algorithm. XLS files are encrypted by 40-bit RC4 encryption.

Supported in Microsoft Excel 2010 and higher.

Related API Members

The following properties accept/return ModelEncryptionType values:

See Also