Skip to main content
All docs
V26.1
  • SecureZipPolicy.Options.WithEncryptionPolicy(SecureZipPolicy.EncryptionPolicy) Method

    Returns a new Options instance with the specified encryption policy.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public SecureZipPolicy.Options WithEncryptionPolicy(
        SecureZipPolicy.EncryptionPolicy encryptionPolicy
    )

    Parameters

    Name Type Description
    encryptionPolicy SecureZipPolicy.EncryptionPolicy

    The encryption policy to apply.

    Returns

    Type Description
    SecureZipPolicy.Options

    A new Options instance with the specified encryption policy.

    See Also