Enum
EncryptionStrength

Indicates the AES key size used for ZIP entry encryption.

Definition

Namespace:Telerik.Windows.Zip

Assembly:Telerik.Windows.Zip.dll

Syntax:

cs-api-definition
public enum EncryptionStrength

Fields

Aes128

Uses a 128-bit AES key.

Declaration

cs-api-definition
Aes128 = 1

Field Value

EncryptionStrength

Aes192

Uses a 192-bit AES key.

Declaration

cs-api-definition
Aes192 = 2

Field Value

EncryptionStrength

Aes256

Uses a 256-bit AES key for maximum strength.

Declaration

cs-api-definition
Aes256 = 3

Field Value

EncryptionStrength

In this article
DefinitionFieldsAes128Aes192Aes256
Not finding the help you need?
Contact Support