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:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.7.8.0 (0.7.8)
Syntax
| C# |
|---|
public int DigestLength { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property DigestLength As Integer |
| Visual C++ |
|---|
public: virtual property int DigestLength { int get () sealed; } |