SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

storage_id Property

A unique identifier of this storage.

Syntax

def get_storage_id() -> str: ...

storage_id = property(get_storage_id, None)

Default Value

""

Remarks

Use this property to get a unique ID of this storage. The format of ID may differ for different kinds of certificate storages, and may range from a file path for a file storage, to a URI-like ID for a PKCS#11 storage, to an empty value for an in-memory storage.

This property is read-only.

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