SecureBlackbox 2020 PHP Edition

Questions / Feedback?

KeySecret Property

The pre-shared authentication key.

Object Oriented Interface

public function getKeySecret();
public function setKeySecret($value);

Procedural Interface

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

Default Value

''

Remarks

If processing requests from a single known party, assign the key you pre-shared with them to this property. Use KeyId property to assign the ID of that key. If you expect to receive requests from many parties with different authentication keys, use KeySecretNeeded event instead.

Data Type

String

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