Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLBaseSignatureHandler.AddCoreProperties

TElOfficeOpenXMLBaseSignatureHandler     See also     


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


Adds document's core properties to the parts that will be signed.

Declaration

[C#]
    void AddCoreProperties();

[VB.NET]
    Sub AddCoreProperties()

[Pascal]
    procedure AddCoreProperties; virtual; abstract;

[C++]
    void AddCoreProperties();

[PHP]
    void AddCoreProperties()

[Java]
    void addCoreProperties();

Description

    Call this method to add core properties to the list of parts that will be signed.

See also:     SignedParts    

Discuss this help topic in SecureBlackbox Forum