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.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int getDigestLength { get; }
Public ReadOnly Property getDigestLength As Integer
public:
virtual property int getDigestLength {
	int get () sealed;
}

Implements

IAuthenticationDigest..::.getDigestLength

See Also