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

EncryptionSettings(String, EncryptionType) Constructor

Initializes a new EncryptionSettings instance with specified settings.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public EncryptionSettings(
    string password,
    EncryptionType type
)

Parameters

Name Type Description
password String

A password to encrypt the document.

type EncryptionType

The encryption type.

See Also