PowerSNMP for .NET CF
PrivacyPassword Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > Passwords Class : PrivacyPassword Field




Gets the privacy password initialized in the constructor.

Syntax

Visual Basic (Declaration) 
Public ReadOnly PrivacyPassword As String
Visual Basic (Usage)Copy Code
Dim instance As Passwords
Dim value As String
 
value = instance.PrivacyPassword
C# 
public readonly string PrivacyPassword
Managed Extensions for C++ 
public: readonly string* PrivacyPassword
C++/CLI 
public:
readonly String^ PrivacyPassword

Property Value

Returns the string value used to decrypt the packet.

Remarks

This property is read-only.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.