SnmpSharpNet
SnmpSharpNet copied to clipboard
Support for AuthenticationDigests SHA-256 and SHA-512
It would be nice if the SHA-256 and SHA-512 AuthenticationDigests were supported for authentication.
You can easily write your own IAuthenticationDigest derived classes to fill the gaps. .NET has System.Security.Cryptography.HMACSHA256 and System.Security.Cryptography.HMACSHA512 for you.