Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLSignatureInfoV1.ManifestHashAlgorithm

TElOfficeXMLSignatureInfoV1     See also     


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


Specifies the image of a valid signature, if the digital signature must be printed.

Declaration

[C#]
    string ManifestHashAlgorithm;

[VB.NET]
    Property ManifestHashAlgorithm As String

[Pascal]
    property ManifestHashAlgorithm : WideString;

[C++]
    void get_ManifestHashAlgorithm(sb_u16string &OutResult);
    void get_ManifestHashAlgorithm(std::wstring &OutResult);
    void set_ManifestHashAlgorithm(const sb_u16string &Value);
    void set_ManifestHashAlgorithm(const std::wstring &Value);

[PHP]
    string get_ManifestHashAlgorithm()
    void set_ManifestHashAlgorithm(string $Value)

[Java]
    String getManifestHashAlgorithm();
    void setManifestHashAlgorithm(String Value);

Description

    Use this property to set an image of a valid signature, if the digital signature must be printed.

See also:     InvalidSignatureLnImage    

Discuss this help topic in SecureBlackbox Forum