SecureBlackbox 2020 Python Edition

Questions / Feedback?

sec_settings_signature_format Property

Specifies the signature format to use for the signed message.

Syntax

def get_sec_settings_signature_format() -> int: ...
def set_sec_settings_signature_format(value: int) -> None: ...

sec_settings_signature_format = property(get_sec_settings_signature_format, set_sec_settings_signature_format)

Default Value

0

Remarks

Specifies the signature format to use for the signed message.

Available options:

msMultipartSigned0
msSignedData1

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