SecureBlackbox 2020 Python Edition

Questions / Feedback?

policy_uri Property

The signature policy URI to be included in the signature.

Syntax

def get_policy_uri() -> str: ...
def set_policy_uri(value: str) -> None: ...

policy_uri = property(get_policy_uri, set_policy_uri)

Default Value

""

Remarks

Use this property to specify the URI of the signature policy for EPES signatures.

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