Class EncryptionAlgorithm
Encryption types.
Inheritance
System.Object
    EncryptionAlgorithm
  Namespace: Syncfusion.Compression.Zip
Assembly: Syncfusion.Compression.Portable.dll
Syntax
public sealed class EncryptionAlgorithm : EnumFields
AES128
AES-128 bit encryption
Declaration
public const EncryptionAlgorithm AES128Field Value
| Type | 
|---|
| EncryptionAlgorithm | 
AES192
AES-192 bit encryption
Declaration
public const EncryptionAlgorithm AES192Field Value
| Type | 
|---|
| EncryptionAlgorithm | 
AES256
AES-256 bit encryption
Declaration
public const EncryptionAlgorithm AES256Field Value
| Type | 
|---|
| EncryptionAlgorithm | 
None
No Encryption
Declaration
public const EncryptionAlgorithm NoneField Value
| Type | 
|---|
| EncryptionAlgorithm | 
ZipCrypto
ZipCrypto Encryption
Declaration
public const EncryptionAlgorithm ZipCryptoField Value
| Type | 
|---|
| EncryptionAlgorithm |