corelibraries-devexpress-dot-office-dot-crypto-f016526b.md
Lists supported encryption types for a workbook.
Namespace : DevExpress.Office.Crypto
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public enum ModelEncryptionType
Public Enum ModelEncryptionType
| 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.
|
The following properties accept/return ModelEncryptionType values:
See Also