DigestAlgorithm enumeration

From m204wiki
Revision as of 20:21, 4 August 2015 by JAL (talk | contribs) (minor formatting)
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

Note: SHA1 is being deprecated by most modern browsers.