Discuss this help topic in SecureBlackbox Forum
Specifies the OID of parameters for GOST R 34.11-94 algorithm.
Declaration
[C#]
string DigestParameter;
[VB.NET]
Property DigestParameter As String
[Pascal]
property DigestParameter : WideString;
[C++]
void get_DigestParameter(sb_u16string &OutResult);
void get_DigestParameter(std::wstring &OutResult);
void set_DigestParameter(const sb_u16string &Value);
void set_DigestParameter(const std::wstring &Value);
[PHP]
string get_DigestParameter()
void set_DigestParameter(string $Value)
[Java]
String getDigestParameter();
void setDigestParameter(String Value);
Description
Use this property to get or set the OID of parameters for GOST R 34.11-94 algorithm.
To learn more about the format of the digest parameter, please see the IETF document.
Discuss this help topic in SecureBlackbox Forum