SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AddEntry Method

Adds an entry to the vault.

Object Oriented Interface

public function doAddEntry($entryname);

Procedural Interface

secureblackbox_passwordvault_do_addentry($res, $entryname);

Remarks

Use this method to add a new entry to the vault. Use SetEntryValue or SetEntryValueStr to assign a value to the new entry.

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