Class ExcelEncryptionType
Represents encryption algorithm that will be used for encryption.
Inheritance
System.Object
ExcelEncryptionType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class ExcelEncryptionType : Enum
Fields
None
No encryption.
Declaration
public const ExcelEncryptionType None
Field Value
Type | Description |
---|---|
ExcelEncryptionType |
Standard
Standard encryption.
Declaration
public const ExcelEncryptionType Standard
Field Value
Type | Description |
---|---|
ExcelEncryptionType |
Strong
Strong encryption.
Declaration
public const ExcelEncryptionType Strong
Field Value
Type | Description |
---|---|
ExcelEncryptionType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |