SecureBlackbox 2020 Python Edition

Questions / Feedback?

policy_id Property

The policy ID to be included into the signature.

Syntax

def get_policy_id() -> str: ...
def set_policy_id(value: str) -> None: ...

policy_id = property(get_policy_id, set_policy_id)

Default Value

""

Remarks

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

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