Discuss this help topic in SecureBlackbox Forum
Contains the caption for information about signer.
Declaration
[C#]
string SignerCaption;
[VB.NET]
Property SignerCaption As String
[Pascal]
property SignerCaption : string;
[C++]
void get_SignerCaption(std::string &OutResult);
void set_SignerCaption(const std::string &Value);
[PHP]
string get_SignerCaption()
void set_SignerCaption(string $Value)
[Java]
String getSignerCaption();
void setSignerCaption(String Value);
Description
This property specifies the caption shown before information about the signer. By default the value is "Signer: ".
Discuss this help topic in SecureBlackbox Forum