IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

key_encoded Property

The key.

Syntax

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

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.

The key_index parameter specifies the index of the item in the array. The size of the array is controlled by the key_count property.

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