SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Title Property

The title of the vault.

Object Oriented Interface

public function getTitle();
public function setTitle($value);

Procedural Interface

secureblackbox_passwordvault_get($res, 7 );
secureblackbox_passwordvault_set($res, 7, $value );

Default Value

''

Remarks

Use this property to provide a title for your vault storage. This value is not encrypted event if the vault itself is.

Data Type

String

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