Skip to main content
Row

EncryptionSettings(String, EncryptionType) Constructor

Initializes a new EncryptionSettings instance with specific settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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