Discuss this help topic in SecureBlackbox Forum
Specifies the digest algorithm.
Declaration
[C#]
string DigestMethod;
[VB.NET]
Property DigestMethod As String
[Pascal]
property DigestMethod: WideString;
[C++]
void get_DigestMethod(sb_u16string &OutResult);
void get_DigestMethod(std::wstring &OutResult);
void set_DigestMethod(const sb_u16string &Value);
void set_DigestMethod(const std::wstring &Value);
[PHP]
string get_DigestMethod()
void set_DigestMethod(string $Value)
[Java]
String getDigestMethod();
void setDigestMethod(String Value);
Description
Use this property to get or set the name of the digest algorithm.
Discuss this help topic in SecureBlackbox Forum