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