SecureBlackbox 2020 Python Edition

Questions / Feedback?

encrypt_metadata Property

Specifies whether to encrypt the document metadata.

Syntax

def get_encrypt_metadata() -> bool: ...
def set_encrypt_metadata(value: bool) -> None: ...

encrypt_metadata = property(get_encrypt_metadata, set_encrypt_metadata)

Default Value

TRUE

Remarks

Use this property to enable or disable metadata encryption.

Metadata contains additional information about the document, such as its name and author.

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