Class EncryptionMethods
Enumeration representing different encryption methods.
Inheritance
System.Object
EncryptionMethods
Namespace: IronZip.Enum
Assembly: IronZip.dll
Syntax
public sealed class EncryptionMethods : Enum
Fields
AES128
AES 128-bit password-based encryption method.
Declaration
public const EncryptionMethods AES128
Field Value
Type | Description |
---|---|
EncryptionMethods |
AES256
AES 256-bit password-based encryption method.
Declaration
public const EncryptionMethods AES256
Field Value
Type | Description |
---|---|
EncryptionMethods |
Traditional
Traditional password-based encryption method.
Declaration
public const EncryptionMethods Traditional
Field Value
Type | Description |
---|---|
EncryptionMethods |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |