Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLCustomSignatureHandler.SignaturePart

TElOfficeOpenXMLCustomSignatureHandler     


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


References the signature part of the package.

Declaration

[C#]
    TElOfficePackagePart SignaturePart;

[VB.NET]
    Property SignaturePart As TElOfficePackagePart

[Pascal]
    property SignaturePart : TElOfficePackagePart;

[C++]
    TElOfficePackagePart* get_SignaturePart();

[PHP]
    TElOfficePackagePart get_SignaturePart()

[Java]
    TElOfficePackagePart getSignaturePart();

Description

    Use this read-only property to access the part of the OPC package that contains the signature.

Discuss this help topic in SecureBlackbox Forum