Gets or sets the maximal count of failed attempts to set a password for one file in the PasswordRequired event. Default value is 5.

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

Syntax

Visual Basic
Public Property MaxPasswordRetryCount As Integer
	Get
	Set
C#
public int MaxPasswordRetryCount { get; set; }

Field Value

Maximal count of attempts.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also