SecureBlackbox 2020 Python Edition

Questions / Feedback?

allow_anonymous Property

Allows and disallows anonymous connections.

Syntax

def get_allow_anonymous() -> bool: ...
def set_allow_anonymous(value: bool) -> None: ...

allow_anonymous = property(get_allow_anonymous, set_allow_anonymous)

Default Value

FALSE

Remarks

Use this property to enable and disable support for anonymous connections.

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