Discuss this help topic in SecureBlackbox Forum

TElASiCCAdESSignatureEntry.RemoteSignParam

TElASiCCAdESSignatureEntry     See also     


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


A reference to the object that contains additional information about the signature.

Declaration

[C#]
    Object RemoteSignParam;

[VB.NET]
    Property RemoteSignParam As Object

[Pascal]
    property RemoteSignParam : pointer;

[C++]
    not available

[PHP]
     get_RemoteSignParam()
    void set_RemoteSignParam(TSBPointer|array of byte|string|NULL $Value)

[Java]
    TObject getRemoteSignParam();
    void setRemoteSignParam(TObject Value);

Description

Use this property to specify a reference to the object containing some information that may be useful to the remote signer.

See also:     RemoteSign     RemoteSignCallback    

Discuss this help topic in SecureBlackbox Forum