Click or drag to resize

SHA512AuthenticationProvider.ComputeHash Method

Computes the hash.

Namespace: Lextm.SharpSnmpLib.Security
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public OctetString ComputeHash(
	VersionCode version,
	ISegment header,
	SecurityParameters parameters,
	ISnmpData data,
	IPrivacyProvider privacy,
	byte[]? length
)

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

Implements

IAuthenticationProvider.ComputeHash(VersionCode, ISegment, SecurityParameters, ISnmpData, IPrivacyProvider, Byte[])
See Also