Enum VbaSignatureHashAlgorithm
- Namespace
- OfficeOpenXml.VBA
- Assembly
- EPPlus.dll
Hash algorithm used for signing vba projects.
public enum VbaSignatureHashAlgorithm
Fields
MD5 = 0
Specifies that the MD5 algorithm, as defined by RFC 1319, shall be used.
SHA1 = 1
Specifies that the SHA-1 algorithm, as defined by ISO/IEC 10118-3:2004 shall be used.
SHA256 = 2
Specifies that the SHA-256 algorithm, as defined by ISO/IEC10118-3:2004 shall be used.
SHA384 = 3
Specifies that the SHA-384 algorithm, as defined by ISO/IEC 10118-3:2004 shall be used.
SHA512 = 4
Specifies that the SHA-512 algorithm, as defined by ISO/IEC10118-3:2004 shall be used.