SecureBlackbox 2020 Python Edition

Questions / Feedback?

opened Property

Indicates if the keyring is in an opened state.

Syntax

def get_opened() -> bool: ...

opened = property(get_opened, None)

Default Value

FALSE

Remarks

If the keyring is open, it means that you can access, add, or removes keys from it.

This property is read-only.

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