Show / Hide Table of Contents

Enum DigitalSignatureHashAlgorithm

Hash algorithm used for digital signatures.

Namespace: OfficeOpenXml.DigitalSignatures
Assembly: EPPlus.dll
Syntax
public enum DigitalSignatureHashAlgorithm

Fields

Name Description
SHA1

Specifies that the SHA-1 algorithm, as defined by ISO/IEC 10118-3:2004 shall be used.

SHA256

Specifies that the SHA-256 algorithm, as defined by ISO/IEC10118-3:2004 shall be used.

SHA384

Specifies that the SHA-384 algorithm, as defined by ISO/IEC 10118-3:2004 shall be used.

SHA512

Specifies that the SHA-512 algorithm, as defined by ISO/IEC10118-3:2004 shall be used.

In This Article
Back to top Generated by DocFX