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.7.1.0 (0.7.1.0)
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;
} |
Implements
IAuthenticationDigest..::.DigestLength
See Also