SecureBlackbox 2020 Python Edition

Questions / Feedback?

get_entry_value Method

Returns the content stored in one of the entry fields as a byte array.

Syntax

def get_entry_value(entry_name: str, field_name: str) -> bytes: ...

Remarks

Use this method to obtain the content stored in the FieldName field of the EntryName entry in the form of a byte array. Use get_entry_value_str to retrieve the content as a string.

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