SecureBlackbox 2020 Python Edition

Questions / Feedback?

server_info_login_delay Property

Returns the parameter of LOGIN-DELAY capability.

Syntax

def get_server_info_login_delay() -> int: ...

server_info_login_delay = property(get_server_info_login_delay, None)

Default Value

0

Remarks

Returns the parameter of LOGIN-DELAY capability.

The LOGIN-DELAY parameter indicates the minimum number of seconds between unsuccessful login attempts. See RFC 2449, Section 6.5 for more information.

This property is read-only.

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