Discuss this help topic in SecureBlackbox Forum

TElASiCCAdESSignatureEntry.RemoteSignCallback

TElASiCCAdESSignatureEntry     See also     


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


Specifies the function that interfaces the remote signer.

Declaration

[C#]
    TSBCMSRemoteSignCallback RemoteSignCallback;

[VB.NET]
    Property RemoteSignCallback As TSBCMSRemoteSignCallback

[Pascal]
    property RemoteSignCallback : TSBCMSRemoteSignCallback;

[C++]
    not available

[PHP]
    not available

[Java]
    TSBCMSRemoteSignCallback getRemoteSignCallback();
    void setRemoteSignCallback(TSBCMSRemoteSignCallback Value);

Description

Use this property to specify the callback function that receives the hash value, sends it to the remote signer, and returns the computed signature value back.

See also:     RemoteSign     RemoteSignParam    

Discuss this help topic in SecureBlackbox Forum