SecureBlackbox 2020 PHP Edition

Questions / Feedback?

KeyId Property

Specifies the KeyID of the pre-shared authentication key.

Object Oriented Interface

public function getKeyId();
public function setKeyId($value);

Procedural Interface

secureblackbox_dcauthwebserver_get($res, 22 );
secureblackbox_dcauthwebserver_set($res, 22, $value );

Default Value

''

Remarks

If processing requests from a single known party, assign the Id of the key you pre-shared with them to this property, and the key itself to the KeySecret property. 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]