Prepare class for authNoPriv operations. Set privacy protocol to none
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void authNoPriv( string securityName, AuthenticationDigests authDigest, string authSecret ) |
| Visual Basic |
|---|
Public Sub authNoPriv ( _ securityName As String, _ authDigest As AuthenticationDigests, _ authSecret As String _ ) |
| Visual C++ |
|---|
public: void authNoPriv( String^ securityName, AuthenticationDigests authDigest, String^ authSecret ) |
Parameters
- securityName
- Type: System..::..String
User security name
- authDigest
- Type: SnmpSharpNet..::..AuthenticationDigests
Authentication protocol
- authSecret
- Type: System..::..String
Authentication secret (password)