AuthenticationPassword Property

The password used for SNMPv3 authentication.

Syntax

ANSI (Cross Platform)
char* GetAuthenticationPassword();
int SetAuthenticationPassword(const char* lpszAuthenticationPassword); Unicode (Windows) LPWSTR GetAuthenticationPassword();
INT SetAuthenticationPassword(LPCWSTR lpszAuthenticationPassword);
@property (nonatomic,readwrite,assign,getter=authenticationPassword,setter=setAuthenticationPassword:) NSString* authenticationPassword;
- (NSString*)authenticationPassword;
- (void)setAuthenticationPassword:(NSString*)newAuthenticationPassword;
#define PID_SNMPMGR_AUTHENTICATIONPASSWORD 3

IPWORKSSNMP_EXTERNAL void* IPWORKSSNMP_CALL IPWorksSNMP_SNMPMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSSNMP_EXTERNAL int IPWORKSSNMP_CALL IPWorksSNMP_SNMPMgr_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Every time EncryptionPassword, AuthenticationPassword, or RemoteEngineId are set, a localized key is computed automatically, and cached internally.

Data Type

String

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