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

EncryptionSettings(String, EncryptionType) Constructor

Initializes a new EncryptionSettings instance with specific settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public EncryptionSettings(
    string password,
    EncryptionType type
)

Parameters

Name Type Description
password String

A password to encrypt the file.

type EncryptionType

The encryption type.

See Also