ZipArchive.EncryptionAlgorithm Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9313)
EncryptionAlgorithm
Gets or sets the encryption algorithm to be used by Add(String) and AddFile(String) methods.
Declaration
public EncryptionAlgorithm EncryptionAlgorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| EncryptionAlgorithm | Encryption algorithm. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | The |
| ZipException | Not supported encryption algorithm by the Rebex ZIP for .NET component. |