Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ZipArchive.EncryptionType Property

Gets or sets the default encryption type.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public EncryptionType EncryptionType { get; set; }

Property Value

Type Description
EncryptionType

An EncryptionType enumeration member specifying the encryption type. Default is EncryptionType.None.

Remarks

When a password is set for the archive, the encryption type is automatically set to EncryptionType.PkZip.

See Also