SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Input Property

Contains the signing request to process.

Object Oriented Interface

public function getInput();
public function setInput($value);

Procedural Interface

secureblackbox_dcauth_get($res, 11 );
secureblackbox_dcauth_set($res, 11, $value );

Default Value

''

Remarks

Assign the request you received from the counterparty to this property before calling the ProcessRequest method. Use Output to read the resulting signature response after ProcessRequest completes.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]