SecureBlackbox 2020 Python Edition

Questions / Feedback?

user_password Property

The user password.

Syntax

def get_user_password() -> str: ...
def set_user_password(value: str) -> None: ...

user_password = property(get_user_password, set_user_password)

Default Value

""

Remarks

Use this property to provide the document user password. Though it may be different to owner_password, most implementations use the same value for the both.

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