PowerSNMP for .NET
AuthenticationPassword Property




Gets or sets the authentication password.
Syntax
Public Property AuthenticationPassword As String
Dim instance As User
Dim value As String
 
instance.AuthenticationPassword = value
 
value = instance.AuthenticationPassword
public string AuthenticationPassword {get; set;}
public: __property string* get_AuthenticationPassword();
public: __property void set_AuthenticationPassword( 
   string* value
);
public:
property String^ AuthenticationPassword {
   String^ get();
   void set (    String^ value);
}

Property Value

The string value used to generate the local authenticaion key.
Remarks
This password is converted with System.Text.Utf8.GetBytes() and stored as a byte array internally. When retrieving this property it is converted to a string using System.Text.Encoding.UTF8.GetString().
See Also

Reference

User Class
User Members


PowerSNMP for .NET Documentation Version 8.1
© 2026 Dart Communications. All Rights Reserved.
Send comments on this topic