SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

title (property)

The title of the vault.

Syntax

@property (nonatomic,readwrite,assign,getter=title,setter=setTitle:) NSString* title;
- (NSString*)title;
- (void)setTitle:(NSString*)newTitle;
public var title: String {
  get {...}
set {...} }

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.

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