Skip to main content
A newer version of this page is available. .

ModelEncryptionType Enum

Lists the supported encryption mechanisms for XLSX files.

Namespace: DevExpress.Office.Crypto

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public enum ModelEncryptionType

Members

Name Description
Compatible

Standard encryption for OpenXml (.xlsx) files that uses a binary EncryptionInfo structure. The encryption algorithm is Advanced Encryption Standard (AES) and SHA-1 is used as the hashing algorithm.

Supported in Excel 2007 and higher.

Strong

Agile encryption for OpenXml (.xlsx) files that uses an XML EncryptionInfo structure. Default encryption algorithm is AES-128.

Supported in Excel 2010 and higher.

Related API Members

The following properties accept/return ModelEncryptionType values:

Remarks

The values listed by this enumeration are used to set the EncryptionOptions.Type property.

See Also