IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

signature_x_path Property

The XPath of the signature.

Syntax

def get_signature_x_path() -> str: ...
def set_signature_x_path(value: str) -> None: ...

signature_x_path = property(get_signature_x_path, set_signature_x_path)

Default Value

"/"

Remarks

This property specifies the XPath in the XML where the signature will be placed.

This may be set before calling sign. This property will be populated when calling verify_signature.

The default value is "/".

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