PowerSNMP for .NET
User Constructor(String,String,AuthenticationProtocol,String,PrivacyProtocol)




Name of this user.
Either null or the value used by the manager. Used for packet authentication.
Specifies the authentication hash to use.
Either null or the value used by the manager. Used for packet privacy (decryption).
Specifies the encryption protocol to use.
When passwords are provided, initializes a new instance using authentication and privacy.
Syntax

Parameters

name
Name of this user.
authenticationPassword
Either null or the value used by the manager. Used for packet authentication.
authenticationProtocol
Specifies the authentication hash to use.
privacyPassword
Either null or the value used by the manager. Used for packet privacy (decryption).
privacyProtocol
Specifies the encryption protocol to use.
Exceptions
ExceptionDescription
System.ArgumentException A required parameter is a string of 0 length or null, or authenticationPassword is null and privacyPassword is not.
Remarks

If privacyPassword in not null, then authenticationPassword must not be null.

See Also

Reference

User Class
User Members
Overload List


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic