Discuss this help topic in SecureBlackbox Forum

TElASiCCAdESSignatureEntry.RemoteSign

TElASiCCAdESSignatureEntry     See also     


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


Specifies whether the signature should be computed remotely.

Declaration

[C#]
    bool RemoteSign;

[VB.NET]
    Property RemoteSign As Boolean

[Pascal]
    property RemoteSign : boolean;

[C++]
    not available

[PHP]
    bool get_RemoteSign()
    void set_RemoteSign(bool $Value)

[Java]
    boolean getRemoteSign();
    void setRemoteSign(boolean Value);

Description

Set this property to True if the low-level signature computation operations should be delegated outside. Use RemoteSignCallBack to specify the callback function that interfaces the remote signer, and RemoteSignParam to specify the object that contains additional info that be needed by the signer.

See also:     RemoteSignCallBack     RemoteSignParam    

Discuss this help topic in SecureBlackbox Forum