SecureBlackbox 2020 Python Edition

Questions / Feedback?

storage_file_name Property

A path to the KMIP object database.

Syntax

def get_storage_file_name() -> str: ...
def set_storage_file_name(value: str) -> None: ...

storage_file_name = property(get_storage_file_name, set_storage_file_name)

Default Value

""

Remarks

Assign the path to the database of objects managed by the KMIP server to this property.

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