SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_signature_name Property

Specifies the unique signature identifier to use.

Syntax

def get_sig_signature_name() -> str: ...
def set_sig_signature_name(value: str) -> None: ...

sig_signature_name = property(get_sig_signature_name, set_sig_signature_name)

Default Value

""

Remarks

Specifies the unique signature identifier to use.

This is an internal identifier of a signature (such as Signature1) and is not meant to be human-readable.

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