Discuss this help topic in SecureBlackbox Forum

TElOfficeBinaryDocument.CompleteAsyncSign

TElOfficeBinaryDocument     See also     


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


Completes asynchronous signing.

Declaration

[C#]
    void CompleteAsyncSign(TElOfficeBinaryCustomSignatureHandler Handler, TElDCAsyncState State);

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

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

[C++]
    void CompleteAsyncSign(TElOfficeBinaryCustomSignatureHandler &Handler, TElDCAsyncState &State);
    void CompleteAsyncSign(TElOfficeBinaryCustomSignatureHandler *Handler, TElDCAsyncState *State);

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

[Java]
    void completeAsyncSign(TElOfficeBinaryCustomSignatureHandler 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