Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLSignatureInfoV1.ApplicationVersion

TElOfficeXMLSignatureInfoV1     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     OfficeVersion     WindowsVersion    

Discuss this help topic in SecureBlackbox Forum