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; } |