SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_username Property

Specifies the name of the user bound to this key.

Syntax

def get_key_username() -> str: ...
def set_key_username(value: str) -> None: ...

key_username = property(get_key_username, set_key_username)

Default Value

""

Remarks

Specifies the name of the user bound to this key.

The PGP username is typically represented with a full name and an email address, but generally can be any non-empty string.

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