IAuthenticationProviderComputeHash Method |
Computes the hash.
Namespace: Lextm.SharpSnmpLib.SecurityAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
SyntaxOctetString ComputeHash(
VersionCode version,
ISegment header,
SecurityParameters parameters,
ISnmpData data,
IPrivacyProvider privacy,
byte[]? length
)
Function ComputeHash (
version As VersionCode,
header As ISegment,
parameters As SecurityParameters,
data As ISnmpData,
privacy As IPrivacyProvider,
length As Byte()
) As OctetString
Dim instance As IAuthenticationProvider
Dim version As VersionCode
Dim header As ISegment
Dim parameters As SecurityParameters
Dim data As ISnmpData
Dim privacy As IPrivacyProvider
Dim length As Byte()
Dim returnValue As OctetString
returnValue = instance.ComputeHash(version,
header, parameters, data, privacy,
length)
OctetString^ ComputeHash(
VersionCode version,
ISegment^ header,
SecurityParameters^ parameters,
ISnmpData^ data,
IPrivacyProvider^ privacy,
array<unsigned char>^ length
)
abstract ComputeHash :
version : VersionCode *
header : ISegment *
parameters : SecurityParameters *
data : ISnmpData *
privacy : IPrivacyProvider *
length : byte[] -> OctetString
Parameters
- version VersionCode
- The version.
- header ISegment
- The header.
- parameters SecurityParameters
- The parameters.
- data ISnmpData
- The scope bytes.
- privacy IPrivacyProvider
- The privacy provider.
- length Byte
- The length bytes.
Return Value
OctetString
See Also