Back to Devexpress

EncryptionAlgorithm Enum

officefileapi-devexpress-dot-docs-dot-pdf-620b9380.md

latest1.0 KB
Original Source

EncryptionAlgorithm Enum

Lists values that indicate the encryption algorithm.

Namespace : DevExpress.Docs.Pdf

Assembly : DevExpress.Docs.Core.v25.2.dll

NuGet Package : DevExpress.Docs.Core

Declaration

csharp
public enum EncryptionAlgorithm
vb
Public Enum EncryptionAlgorithm

Members

NameDescription
AES128

The 128-bit AES (Advanced Encryption Standard) algorithm is used.

| | AES256 |

The 256-bit AES (Advanced Encryption Standard) algorithm is used.

|

The following properties accept/return EncryptionAlgorithm values:

See Also

DevExpress.Docs.Pdf Namespace