encryptionPassword (property)

The password used for SNMPv3 privacy.

Syntax

@property (nonatomic,readwrite,assign,getter=encryptionPassword,setter=setEncryptionPassword:) NSString* encryptionPassword;
- (NSString*)encryptionPassword;
- (void)setEncryptionPassword:(NSString*)newEncryptionPassword;
public var encryptionPassword: 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]