Click or drag to resize

MD5AuthenticationProviderComputeHash Method

Namespace:  Lextm.SharpSnmpLib.Security
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax
public OctetString ComputeHash(
	VersionCode version,
	ISegment header,
	SecurityParameters parameters,
	ISnmpData data,
	IPrivacyProvider privacy,
	byte[] length
)

Parameters

version
Type: Lextm.SharpSnmpLibVersionCode
header
Type: Lextm.SharpSnmpLibISegment
parameters
Type: Lextm.SharpSnmpLibSecurityParameters
data
Type: Lextm.SharpSnmpLibISnmpData
privacy
Type: Lextm.SharpSnmpLib.SecurityIPrivacyProvider
length
Type: SystemByte

Return Value

Type: OctetString

Implements

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