SecureZipPolicy.SetEncryptionPolicy(SecureZipPolicy.EncryptionPolicy) Method
Sets the encryption policy for zip archive extraction.
Namespace: DevExpress.Utils.Zip
Assembly: DevExpress.Data.v26.1.dll
Declaration
public static void SetEncryptionPolicy(
SecureZipPolicy.EncryptionPolicy encryptionPolicy
)
Parameters
| Name | Type | Description |
|---|---|---|
| encryptionPolicy | SecureZipPolicy.EncryptionPolicy | The encryption policy to apply when extracting zip archives. |
See Also