Back to Devexpress

ModelEncryptionType Enum

corelibraries-devexpress-dot-office-dot-crypto-f016526b.md

latest1.4 KB
Original Source

ModelEncryptionType Enum

Lists supported encryption types for a workbook.

Namespace : DevExpress.Office.Crypto

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum ModelEncryptionType
vb
Public Enum ModelEncryptionType

Members

NameDescription
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.

|

The following properties accept/return ModelEncryptionType values:

See Also

DevExpress.Office.Crypto Namespace