Returns the size of the native algorithm. This value does not represent the size of the digest that is stored inside the USM authentication parameters header but real length generated by it.

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

Syntax

C#
int getDigestLength { get; }
Visual Basic (Declaration)
ReadOnly Property getDigestLength As Integer
Visual C++
property int getDigestLength {
	int get ();
}

See Also