IPWorks SNMP 2020 Python Edition

Questions / Feedback?

authentication_password Property

The password used for SNMPv3 authentication.

Syntax

def get_authentication_password() -> str: ...
def set_authentication_password(value: str) -> None: ...

authentication_password = property(get_authentication_password, set_authentication_password)

Default Value

""

Remarks

Every time encryption_password, authentication_password, or remote_engine_id are set, a localized key is computed automatically, and cached internally.

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