Skip to main content
All docs
V26.1
  • EncryptionType Enum

    Lists the encryption types used to encrypt documents.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum EncryptionType

    Members

    Name Description
    Compatible

    Standard encryption for Open XML files that uses a binary EncryptionInfo structure. The default encryption algorithm is AES-128, and the hashing algorithm is SHA-1.

    Strong

    Agile encryption for Open XML files that uses an XML EncryptionInfo structure. The default encryption algorithm is AES-256, and the hashing algorithm is SHA-512. Binary files, such as XLS files, use RC4 CryptoAPI encryption.

    Related API Members

    The following properties accept/return EncryptionType values:

    See Also