SecureBlackbox 2020 Python Edition

Questions / Feedback?

redirect_binding_signature_algorithm Property

Contains the signature algorithm.

Syntax

def get_redirect_binding_signature_algorithm() -> str: ...
def set_redirect_binding_signature_algorithm(value: str) -> None: ...

redirect_binding_signature_algorithm = property(get_redirect_binding_signature_algorithm, set_redirect_binding_signature_algorithm)

Default Value

""

Remarks

Contains the signature algorithm.

Use this property to get or set the signature algorithm. This corresponds to the SigAlg query string parameter, and contains the URI of the signature algorithm.

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