IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

reference_hash_algorithm Property

This property defines the hash algorithm to apply to the element specified by XMLElement .

Syntax

def get_reference_hash_algorithm(reference_index: int) -> str: ...
def set_reference_hash_algorithm(reference_index: int, value: str) -> None: ...

Default Value

"SHA1"

Remarks

This property defines the hash algorithm to apply to the element specified by reference_xml_element. Possible values are:

  • "SHA1" (default)
  • "SHA256"
  • "SHA512"

The reference_index parameter specifies the index of the item in the array. The size of the array is controlled by the reference_count property.

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