EncryptionSettings(String, EncryptionType) Constructor
In This Article
Initializes a new EncryptionSettings instance with specified settings.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.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 | Encryption |
The encryption type. |
See Also