Skip to main content
All docs
V26.1
  • SecureZipPolicy.Options.AllowEncryptedEntries Property

    Gets whether encrypted entries are allowed.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public bool AllowEncryptedEntries { get; }

    Property Value

    Type Description
    Boolean

    true if encrypted entries are allowed; otherwise, false. Default: false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to AllowEncryptedEntries
    SecureZipPolicy
    .GlobalOptions .AllowEncryptedEntries
    See Also