Discuss this help topic in SecureBlackbox Forum
Specifies the version of the operating system on which the digital signature was created.
Declaration
[C#]
string WindowsVersion;
[VB.NET]
Property WindowsVersion As String
[Pascal]
property WindowsVersion : WideString;
[C++]
void get_WindowsVersion(sb_u16string &OutResult);
void get_WindowsVersion(std::wstring &OutResult);
void set_WindowsVersion(const sb_u16string &Value);
void set_WindowsVersion(const std::wstring &Value);
[PHP]
string get_WindowsVersion()
void set_WindowsVersion(string $Value)
[Java]
String getWindowsVersion();
void setWindowsVersion(String Value);
Description
Use this property to specify the version of the operating system on which the digital signature was created.
Discuss this help topic in SecureBlackbox Forum