Enum VbaSignatureHashAlgorithm
Hash algorithm used for signing vba projects.
Namespace: OfficeOpenXml.VBA
Assembly: EPPlus.dll
Syntax
public enum VbaSignatureHashAlgorithm
Fields
| Name | Description |
|---|---|
| MD5 | Specifies that the MD5 algorithm, as defined by RFC 1319, shall be used. |
| 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. |