Authentication digest interface. Interface defines authentication methods for incoming and outgoing requests.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IAuthenticationDigest
Public Interface IAuthenticationDigest
public interface class IAuthenticationDigest

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
authenticate(array<Byte>[]()[], array<Byte>[]()[], array<Byte>[]()[])
Authentication outgoing message
authenticateIncomingMsg(array<Byte>[]()[], array<Byte>[]()[], array<Byte>[]()[], MutableByte)
Authenticate incoming messages
authenticateMessage(array<Byte>[]()[], Int32, Int32)
Authenticate supplied message and return the hashed value
authenticateOutgoingMsg(array<Byte>[]()[], array<Byte>[]()[], MutableByte, Int32)
Authenticate outgoing message.
getDigestLength
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.
Name
Return authentication protocol name.
PasswordToKey(array<Byte>[]()[], array<Byte>[]()[])
Convert password to a key

See Also