Return protocol name.

Namespace: SnmpSharpNet
Assembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)

Syntax

C#
public string Name { get; }
Visual Basic
Public ReadOnly Property Name As String
	Get
Visual C++
public:
virtual property String^ Name {
	String^ get () sealed;
}

Implements

IAuthenticationDigest..::..Name

See Also