Click or drag to resize

IAuthenticationProviderComputeHash Method

Computes the hash.

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
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
See Also