SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

key_comment Property

The comment for the public key.

Syntax

def get_key_comment() -> str: ...
def set_key_comment(value: str) -> None: ...

key_comment = property(get_key_comment, set_key_comment)

Default Value

""

Remarks

The comment for the public key.

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