SecureBlackbox 2020 Python Edition

Questions / Feedback?

enable_x_ad_es Property

Specifies if an advanced signature (XAdES) will be produced.

Syntax

def get_enable_x_ad_es() -> bool: ...
def set_enable_x_ad_es(value: bool) -> None: ...

enable_x_ad_es = property(get_enable_x_ad_es, set_enable_x_ad_es)

Default Value

FALSE

Remarks

Use this property to specify that an advanced signature (XAdES) or XML-DSIG will be produced.

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