Discuss this help topic in SecureBlackbox Forum
Specifies the version of the application that created the digital signature.
Declaration
[C#]
string ApplicationVersion;
[VB.NET]
Property ApplicationVersion As String
[Pascal]
property ApplicationVersion : WideString;
[C++]
void get_ApplicationVersion(sb_u16string &OutResult);
void get_ApplicationVersion(std::wstring &OutResult);
void set_ApplicationVersion(const sb_u16string &Value);
void set_ApplicationVersion(const std::wstring &Value);
[PHP]
string get_ApplicationVersion()
void set_ApplicationVersion(string $Value)
[Java]
String getApplicationVersion();
void setApplicationVersion(String Value);
Description
Use this property to set the version of the application that created the digital signature.
Discuss this help topic in SecureBlackbox Forum