PowerSNMP for .NET
Security Constructor




Initializes a new instance of the Security class.
Syntax
Public Function New()
Dim instance As New Security()
public Security()
public: Security();
public:
Security();
Remarks

The Security class is used with Version 3 messages to provide message authentication and privacy. The Security object is not used or added to a message unless MessageBase.Version is SnmpVersion.Three. If a message to be sent is a Version 3 message, at a minimum you must set Security.User.Name to a valid user name for the Agent you are sending requests to.

See Also

Reference

Security Class
Security Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic