Discuss this help topic in SecureBlackbox Forum

TElOfficeBinaryCustomSignatureHandler.SignatureStreamEntry

TElOfficeBinaryCustomSignatureHandler     


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


References the signature entry of the compound file.

Declaration

[C#]
    TElCompoundFileStreamEntry SignatureStreamEntry;

[VB.NET]
    Property SignatureStreamEntry As TElCompoundFileStreamEntry

[Pascal]
    property SignatureStreamEntry : TElCompoundFileStreamEntry;

[C++]
    TElCompoundFileStreamEntry* get_SignatureStreamEntry();

[PHP]
    TElCompoundFileStreamEntry get_SignatureStreamEntry()

[Java]
    TElCompoundFileStreamEntry getSignatureStreamEntry();

Description

    Use this read-only property to access the entry of the document's compound file that stores the signature.

Discuss this help topic in SecureBlackbox Forum