ZipArchiveOptions.PasswordEncoding Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9313)
PasswordEncoding
Gets or sets the encoding used to derive bytes from password when encrypting a file.
Declaration
public Encoding PasswordEncoding { get; set; }
Property Value
| Type | Description |
|---|---|
| Encoding | Encoding to use for password when encrypting a file. |