IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

encrypted_data_detail_scope Property

This property specifies the scope of the encryption.

Syntax

def get_encrypted_data_detail_scope(encrypted_data_detail_index: int) -> int: ...
def set_encrypted_data_detail_scope(encrypted_data_detail_index: int, value: int) -> None: ...

Default Value

0

Remarks

This property specifies the scope of the encryption. When calling on_encrypt the entire XML element specified by encrypted_data_detail_xml_element may be encrypted, or only the content may be encrypted. This setting controls the scope of the encryption. Possible values are:

0 (sElement - default) The entire XML element is encrypted.
1 (sContent) Only the content of the XML element is encrypted.

The encrypted_data_detail_index parameter specifies the index of the item in the array. The size of the array is controlled by the encrypted_data_detail_count property.

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