Discuss this help topic in SecureBlackbox Forum
Contains caption for information about the signature algorithm.
Declaration
[C#]
string AlgorithmCaption;
[VB.NET]
Property AlgorithmCaption As String
[Pascal]
property AlgorithmCaption : string;
[C++]
void get_AlgorithmCaption(std::string &OutResult);
void set_AlgorithmCaption(const std::string &Value);
[PHP]
string get_AlgorithmCaption()
void set_AlgorithmCaption(string $Value)
[Java]
String getAlgorithmCaption();
void setAlgorithmCaption(String Value);
Description
This property specifies a caption for information about the signature. Default value is "Public key: "
Discuss this help topic in SecureBlackbox Forum