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




Gets the authentication password initialized in the constructor.

Syntax

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

Property Value

Returns the string value used to authenticate the packet.

Remarks

This agent side property correlates to Security.AuthenticationPassword on the manager side. It should be the same value used by the sender of the packet when the authentication algorithm was used.

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.