SecureBlackbox 2020 Python Edition

Questions / Feedback?

password_length Property

Specifies the length of the password to generate.

Syntax

def get_password_length() -> int: ...
def set_password_length(value: int) -> None: ...

password_length = property(get_password_length, set_password_length)

Default Value

8

Remarks

Use this property to set the length of the one-time password to generate.

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