PowerSNMP for .NET
AuthenticationProtocol Property (User)




Gets or sets the authentication protocol (hashing technique) to use.
Syntax
Public Property AuthenticationProtocol As AuthenticationProtocol
Dim instance As User
Dim value As AuthenticationProtocol
 
instance.AuthenticationProtocol = value
 
value = instance.AuthenticationProtocol
public AuthenticationProtocol AuthenticationProtocol {get; set;}
public: __property AuthenticationProtocol get_AuthenticationProtocol();
public: __property void set_AuthenticationProtocol( 
   AuthenticationProtocol value
);
public:
property AuthenticationProtocol AuthenticationProtocol {
   AuthenticationProtocol get();
   void set (    AuthenticationProtocol value);
}
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