Click or drag to resize

SHA256AuthenticationProvider.ComputeHash Method

Computes the hash.

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.239-beta
Syntax
public OctetString ComputeHash(
	VersionCode version,
	ISegment header,
	SecurityParameters parameters,
	ISnmpData data,
	IPrivacyProvider privacy,
	byte[] length
)
View Source

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