ZipArchiveOptions.MaxPasswordRetryCount Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
MaxPasswordRetryCount
Gets or sets the maximal count of failed attempts to set a password for one file in the PasswordRequired event. Default value is 5.
Declaration
public int MaxPasswordRetryCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 | Maximal count of attempts. |