Discuss this help topic in SecureBlackbox Forum
Specifies signature method.
Declaration
[VB.NET]
Property MicAlg As String
[Pascal]
property MicAlg: string;
[C++]
void get_MicAlg(std::string &OutResult);
void set_MicAlg(const std::string &Value);
[PHP]
string get_MicAlg()
void set_MicAlg(string $Value)
[Java]
String getMicAlg();
void setMicAlg(String Value);
Values
Description
Use this property to define signature method.
Default value is
'sha1''.
Discuss this help topic in SecureBlackbox Forum