IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

prompt_user Property

Whether to display a prompt.

Syntax

def get_prompt_user() -> bool: ...
def set_prompt_user(value: bool) -> None: ...

prompt_user = property(get_prompt_user, set_prompt_user)

Default Value

FALSE

Remarks

This property specifies whether a prompt is displayed when calling protect. This dialog is created by the system and informs the user of the request action. The user may accept or cancel the request. If the user cancels the request the protect method fails with an error.

When True the prompt_title may be set to customize the window title.

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]