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