DigestAlgorithm enumeration: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "The <var>DigestAlgorithm</var> enumeration is used by the <var>StringList</var> function <var>AppendSignedCertificate</var> and is used to specify which Signature Algorithm sh...")
 
No edit summary
Line 1: Line 1:
The <var>DigestAlgorithm</var> enumeration is used by the <var>StringList</var> function <var>AppendSignedCertificate</var> and is used to specify which Signature Algorithm should be used when signing certificates for SSL processing.
The <var>DigestAlgorithm</var> enumeration is used by the <var>StringList</var> function <var>AppendSignedCertificate</var> to specify which Signature Algorithm should be used when signing certificates for SSL processing.


Valid enumeration values are:-
Valid enumeration values are:-

Revision as of 14:04, 25 July 2015

The DigestAlgorithm enumeration is used by the StringList function 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.