Click or drag to resize

DefaultAuthenticationProviderComputeHash(VersionCode, ISegment, SecurityParameters, ISnmpData, IPrivacyProvider, Byte) Method

Computes the hash.

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-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 data.
privacy  IPrivacyProvider
The privacy provider.
length  Byte
The length bytes.

Return Value

OctetString

Implements

IAuthenticationProviderComputeHash(VersionCode, ISegment, SecurityParameters, ISnmpData, IPrivacyProvider, Byte)
See Also