|
SHA1AuthenticationProviderComputeHash Method
|
Computes the hash.
Namespace: GSF.Net.Snmp.SecurityAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax function ComputeHash(version, header, parameters, data, privacy, length);
View SourceParameters
- 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
OctetStringImplements
IAuthenticationProviderComputeHash(VersionCode, ISegment, SecurityParameters, ISnmpData, IPrivacyProvider, Byte)See Also