Gets or sets the encoding used to derive bytes from password when encrypting a file.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Property PasswordEncoding As Encoding
	Get
	Set
C#
public Encoding PasswordEncoding { get; set; }

Field Value

Encoding to use for password when encrypting a file.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also