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




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

Syntax

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

Property Value

AuthenticationProtocol enum value to be used in requests.

Remarks

The AuthenticationProtocol is used to determine the algorithm for calculating the message signature of a request. The default value of AuthenticationProtocol.Md5 must be supported by all Version 3 agents. AuthenticationProtocol.Sha is supported by most Version 3 agents.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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