Class ExcelEncryption
How and if the workbook is encrypted ExcelProtection ExcelSheetProtection
Inheritance
System.Object
ExcelEncryption
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml
Assembly: Experior.Core.dll
Syntax
public class ExcelEncryption
Properties
Algorithm
Algorithm used for encrypting the package. Default is AES 128-bit
Declaration
public EncryptionAlgorithm Algorithm { get; set; }
Property Value
Type | Description |
---|---|
EncryptionAlgorithm |
IsEncrypted
Is the package encrypted
Declaration
public bool IsEncrypted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Password
The password used to encrypt the workbook.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |