SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

Title Property

The title of the vault.

Syntax

ANSI (Cross Platform)
char* GetTitle();
int SetTitle(const char* lpszTitle); Unicode (Windows) LPWSTR GetTitle();
INT SetTitle(LPCWSTR lpszTitle);
@property (nonatomic,readwrite,assign,getter=title,setter=setTitle:) NSString* title;
- (NSString*)title;
- (void)setTitle:(NSString*)newTitle;
#define PID_PASSWORDVAULT_TITLE 7

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_PasswordVault_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_PasswordVault_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 Lite 2020 C++ Edition - Version 20.0 [Build 8166]