PowerSNMP for .NET
PrivacyPassword Property




Gets or sets the privacy password.
Syntax
Public Property PrivacyPassword As String
Dim instance As User
Dim value As String
 
instance.PrivacyPassword = value
 
value = instance.PrivacyPassword
public string PrivacyPassword {get; set;}
public: __property string* get_PrivacyPassword();
public: __property void set_PrivacyPassword( 
   string* value
);
public:
property String^ PrivacyPassword {
   String^ get();
   void set (    String^ value);
}

Property Value

The string value used to generate the local privacy 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