DigestAlgorithm enumeration

From m204wiki
Revision as of 14:10, 25 July 2015 by Adrian (talk | contribs)
Jump to navigation Jump to search

The DigestAlgorithm enumeration is used by the StringList method AppendSignedCertificate to specify which Signature Algorithm should be used when signing certificates for SSL processing.

Valid enumeration values are:-

  • MD5
  • SHA1
  • SHA256
  • Please note that SHA1 is being depreciated by most modern browsers.