PowerSNMP for .NET
PrivacyPassword Property (User)




Gets or sets the privacy password initialized in the constructor.
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 decrypt the packet.
Remarks
See Also

Reference

User Class
User Members


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