Discuss this help topic in SecureBlackbox Forum

TElXMLGOSTR3411Parameters.DigestParameter

TElXMLGOSTR3411Parameters     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     SaveToXML    

Discuss this help topic in SecureBlackbox Forum