Class EncryptionAlgorithm
Encryption types.
Inheritance
System.Object
EncryptionAlgorithm
Namespace: Syncfusion.Compression.Zip
Assembly: Syncfusion.Compression.Portable.dll
Syntax
public sealed class EncryptionAlgorithm : Enum
Fields
AES128
AES-128 bit encryption
Declaration
public const EncryptionAlgorithm AES128
Field Value
Type | Description |
---|---|
EncryptionAlgorithm |
AES192
AES-192 bit encryption
Declaration
public const EncryptionAlgorithm AES192
Field Value
Type | Description |
---|---|
EncryptionAlgorithm |
AES256
AES-256 bit encryption
Declaration
public const EncryptionAlgorithm AES256
Field Value
Type | Description |
---|---|
EncryptionAlgorithm |
None
No Encryption
Declaration
public const EncryptionAlgorithm None
Field Value
Type | Description |
---|---|
EncryptionAlgorithm |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
ZipCrypto
ZipCrypto Encryption
Declaration
public const EncryptionAlgorithm ZipCrypto
Field Value
Type | Description |
---|---|
EncryptionAlgorithm |