Authenticate supplied message and return the hashed value
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.4.3.0 (0.4.3.0)
Syntax
| C# |
|---|
public byte[] authenticateMessage( byte[] data, int offset, int length ) |
| Visual Basic (Declaration) |
|---|
Public Function authenticateMessage ( _ data As Byte(), _ offset As Integer, _ length As Integer _ ) As Byte() |
| Visual C++ |
|---|
public: virtual array<unsigned char>^ authenticateMessage( array<unsigned char>^ data, int offset, int length ) sealed |
Parameters
- data
- Type: array<
System..::.Byte
>[]()[]
Data to hash
- offset
- Type: System..::.Int32
Offset within the data to begin hashing from
- length
- Type: System..::.Int32
Length of data to hash
Return Value
Hashed valueImplements
IAuthenticationDigest..::.authenticateMessage(array<Byte>[]()[], Int32, Int32)
Remarks
[Missing <remarks> documentation for "M:SnmpSharpNet.AuthenticationMD5.authenticateMessage(System.Byte[],System.Int32,System.Int32)"]