SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

title Property

The title of the vault.

Syntax

def get_title() -> str: ...
def set_title(value: str) -> None: ...

title = property(get_title, set_title)

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 Python Edition - Version 20.0 [Build 8166]