SecureZipPolicy.ResourceLimits Properties
Contains resource limit parameters for a secure ZIP policy.| Name | Description |
|---|---|
| MaxCompressionRatio | Gets the maximum allowed ratio between uncompressed and compressed sizes for a single entry. |
| MaxDepth | Gets the maximum allowed depth of archive entries. |
| MaxEntryBytes | Gets the maximum allowed uncompressed bytes for a single archive entry. |
| MaxEntryCount | Gets the maximum allowed number of archive entries. |
| MaxTotalBytes | Gets the maximum total uncompressed bytes for the entire extraction. |
| MaxTotalCompressionRatio | Gets the maximum allowed cumulative ratio between total uncompressed to total compressed sizes across the entire archive. |
See Also