authenticationPassword (property)

The password used for SNMPv3 authentication.

Syntax

@property (nonatomic,readwrite,assign,getter=authenticationPassword,setter=setAuthenticationPassword:) NSString* authenticationPassword;
- (NSString*)authenticationPassword;
- (void)setAuthenticationPassword:(NSString*)newAuthenticationPassword;
public var authenticationPassword: String {
  get {...}
set {...} }

Default Value

""

Remarks

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

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