Show / Hide Table of Contents

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. Default AES 128 with SHA-1 as the hash algorithm. Spincount is hardcoded to 50000

In This Article
Back to top Generated by DocFX