Enum EncryptionVersion
The major version of the Encryption
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum EncryptionVersion
Fields
Name | Description |
---|---|
Agile | Agile Encryption. Used in Excel 2010- Default. |
ProtectedBySensibilityLabel | The workbook is protected by a sensitiviy label. For EPPlus to work with this type of encryption you need to set a SensibilityLabelHandler that handels the decryption/encryption using the Microsoft MIPS API. |
Standard | Standard Encryption.
Used in Excel 2007 and previous version with compatibility pack.
|