SecureBlackbox 2020 iOS Edition

Questions / Feedback?

description (property)

The description of the vault.

Syntax

@property (nonatomic,readwrite,assign,getter=description,setter=setDescription:) NSString* description;
- (NSString*)description;
- (void)setDescription:(NSString*)newDescription;
public var description_: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to provide a textual description (comment) for the vault. This value is not encrypted even if the vault is.

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