SecureBlackbox 2020 Python Edition

Questions / Feedback?

sign_core_properties Property

Whether to sign the core properties of the document.

Syntax

def get_sign_core_properties() -> bool: ...
def set_sign_core_properties(value: bool) -> None: ...

sign_core_properties = property(get_sign_core_properties, set_sign_core_properties)

Default Value

FALSE

Remarks

The core properties are a set of elements that describe common and well-known properties of the Office document package such as creator, version, revision, etc.

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