SecureBlackbox 2020 Python Edition

Questions / Feedback?

sign_metadata Property

Specifies whether to sign the metadata.

Syntax

def get_sign_metadata() -> bool: ...
def set_sign_metadata(value: bool) -> None: ...

sign_metadata = property(get_sign_metadata, set_sign_metadata)

Default Value

FALSE

Remarks

Set this property to True to enforce signing of the metadata before saving it. Do not forget to assign the signing certificate to the meta_signing_certificate property.

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