DigestAlgorithm enumeration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The <var>DigestAlgorithm</var> enumeration is used by the [[Stringlist_class|StringList]] methods [[AppendSignedCertificate_(Stringlist_function)|AppendSignedCertificate]] and [[AppendSignedClientCertificate_(Stringlist_function)|AppendSignedClientCertificate]] to specify which Signature Algorithm | The <var>DigestAlgorithm</var> enumeration is used by the [[Stringlist_class|StringList]] methods [[AppendSignedCertificate_(Stringlist_function)|AppendSignedCertificate]] and [[AppendSignedClientCertificate_(Stringlist_function)|AppendSignedClientCertificate]] to specify which Signature Algorithm to use when signing certificates for SSL processing. | ||
Valid enumeration values are:- | Valid enumeration values are:- |
Revision as of 14:16, 25 July 2015
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:-
Please note that SHA1 is being depreciated by most modern browsers.