IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

key_encoded Property

The key.

Syntax

def get_key_encoded() -> bytes: ...
def set_key_encoded(value: bytes) -> None: ...

key_encoded = property(get_key_encoded, set_key_encoded)

Default Value

""

Remarks

The key. This property is used to assign a specific key. The key_user_id properties may also be used to specify a key.

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