IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

data_description Property

The description of data.

Syntax

def get_data_description() -> str: ...
def set_data_description(value: str) -> None: ...

data_description = property(get_data_description, set_data_description)

Default Value

""

Remarks

This property specifies an optional description of the protected data.

This may be set before calling protect. This property will be populated when calling unprotect.

This setting is not applicable when use_cng is set to True.

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