Click or drag to resize

IAuthenticationProviderComputeHash Method

Computes the hash.

Namespace: Lextm.SharpSnmpLib.Security
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
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
See Also