IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

reference_uri Property

This property is the URI of the reference.

Syntax

def get_reference_uri(reference_index: int) -> str: ...
def set_reference_uri(reference_index: int, value: str) -> None: ...

Default Value

""

Remarks

This property is the URI of the reference. The value specified here identifies the data within the document.

When signing, this value may be set to a URI reference which identifies reference_xml_element. reference_xml_element must be set separately.

When verifying, this value may be checked within the on_signature_info event to identify the location of reference_xml_element. reference_xml_element must be set separately.

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]