Skip to main content

EncryptionSettings(String) Constructor

Initializes a new EncryptionSettings instance with specified settings.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public EncryptionSettings(
    string password
)

Parameters

Name Type Description
password String

A password to encrypt the document.

See Also