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

    Specifies the hash algorithm for write protection.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum HashAlgorithmType

    Members

    Name Description
    Sha256

    Specifies the SHA-256 hash algorithm.

    Sha384

    Specifies the SHA-384 hash algorithm.

    Sha512

    Specifies the SHA-512 hash algorithm.

    Related API Members

    The following properties accept/return HashAlgorithmType values:

    See Also