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