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




Gets or sets the authentication password to be used in requests.

Syntax

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

Property Value

The authentication password to be used in a request.

Remarks

If AuthenticationPassword is not empty the encoded message will include a signature that the receiving agent can then use to verify that the message is unmodified from the time it was encoded.

If PrivacyPassword is not empty then AuthenticationPassword must not be empty or a SecurityException will be thrown.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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