Skip to main content
All docs
V25.1
  • EncryptionAlgorithm Enum

    Lists values that indicate the encryption algorithm.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum EncryptionAlgorithm

    Members

    Name Description
    AES128

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

    AES256

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

    Related API Members

    The following properties accept/return EncryptionAlgorithm values:

    See Also