Discuss this help topic in SecureBlackbox Forum
Specifies the algorithm identifier for the cipher data.
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
DigestMethod property contains the identifier of the digest algorithm, used in OAEP algorithms.
Discuss this help topic in SecureBlackbox Forum