SecureZipPolicy.SetCountAndDepthLimits(Nullable<Int32>, Nullable<Int32>) Method
Sets the maximum allowed number of entries and the maximum depth of the directory structure when extracting zip archives.
Namespace: DevExpress.Utils.Zip
Assembly: DevExpress.Data.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| maxEntryCount | Nullable<Int32> | The maximum allowed number of entries in the zip archive. If the number of entries exceeds this limit during extraction, the |
| maxDepth | Nullable<Int32> | The maximum allowed depth of the directory structure in the zip archive. If the depth exceeds this limit during extraction, the |
See Also