Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLPackage.CompleteAsyncSign

TElOfficeOpenXMLPackage     See also     


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


Completes asynchronous signing.

Declaration

[VB.NET]
    Sub CompleteAsyncSign(ByVal Handler As TElOfficeOpenXMLCustomSignatureHandler, ByVal State As TElDCAsyncState)

[Pascal]
    procedure CompleteAsyncSign(Handler : TElOfficeOpenXMLCustomSignatureHandler; State : TElDCAsyncState);

[PHP]
    void CompleteAsyncSign(TElOfficeOpenXMLCustomSignatureHandler $Handler, TElDCAsyncState $State)

[Java]
    void completeAsyncSign(TElOfficeOpenXMLCustomSignatureHandler Handler, TElDCAsyncState State);

Parameters

  • Handler - the security handler that is performing the signing
  • State - object describing the state of async signing

Description

    Call this method to finalize the asynchronous signing process.

See also:     AddSignature    

Discuss this help topic in SecureBlackbox Forum