EncryptionOptions(String, EncryptionType) Constructor
Initializes a new instance of the EncryptionOptions class with specified settings.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| password | String | The password used to encrypt a presentation. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| type | EncryptionType | Strong | The encryption type used to encrypt a presentation. |
See Also