SecureZipPolicy.Options Properties
Contains configurable behavior options for the secure ZIP policy.| Name | Description |
|---|---|
| AllowEncryptedEntries | Gets whether encrypted entries are allowed. |
| AllowOverwrite | Gets whether overwriting an existing file is permitted during extraction. |
| EncryptionPolicy |
Gets the effective encryption policy; this resolves Default to FipsStrict or ReadLegacyOnly based on the OS FIPS setting.
|
| Limits | Gets resource limits associated with options. |
See Also