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.

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

Back to top Generated by DocFX