SecureBlackbox 2020 Python Edition

Questions / Feedback?

sign_endpoint Property

The signing service endpoint.

Syntax

def get_sign_endpoint() -> str: ...
def set_sign_endpoint(value: str) -> None: ...

sign_endpoint = property(get_sign_endpoint, set_sign_endpoint)

Default Value

"/sign"

Remarks

Use this property to specify the signing service end point on the server.

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