Set class security to no authentication and no privacy with the specific user name.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void NoAuthNoPriv(
	byte[] userName
)
Public Sub NoAuthNoPriv ( _
	userName As Byte() _
)
public:
void NoAuthNoPriv(
	array<unsigned char>^ userName
)

Parameters

userName
array< Byte >[]()[]
User name

See Also