DigestAlgorithm enumeration
The DigestAlgorithm enumeration is used by the StringList methods AppendSignedCertificate and AppendSignedClientCertificate to specify which Signature Algorithm to use when signing certificates for SSL processing.
Valid enumeration values are:
- MD5
- SHA1
- SHA256
Note: SHA1 is being deprecated by most modern browsers.