DigestAlgorithm enumeration

From m204wiki
Jump to navigation Jump to search

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
  • SHA384 (Model 204 7.7 and later)
  • SHA512 (Model 204 7.7 and later)

Note: MD5 and SHA1 are being deprecated by most modern browsers.