Discuss this help topic in SecureBlackbox Forum
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;
[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.
Discuss this help topic in SecureBlackbox Forum