SecureBlackbox 2020 Python Edition

Questions / Feedback?

auth_digest Property

Enables or disables digest authentication.

Syntax

def get_auth_digest() -> bool: ...
def set_auth_digest(value: bool) -> None: ...

auth_digest = property(get_auth_digest, set_auth_digest)

Default Value

FALSE

Remarks

Use this property to enable or disable digest-based user authentication in the HTTP server.

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