DigestAlgorithm enumeration

From m204wiki
Revision as of 03:08, 11 April 2016 by Alex (talk | contribs)
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 is being deprecated by most modern browsers.