Get DES encryption salt value. Salt value is generated by concatenating engineBoots value with the random integer value.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
private byte[] GetSalt(
	int engineBoots
)
Visual Basic (Declaration)
Private Function GetSalt ( _
	engineBoots As Integer _
) As Byte()
Visual C++
private:
array<unsigned char>^ GetSalt(
	int engineBoots
)

Parameters

engineBoots
Type: System..::.Int32
SNMP engine boots value

Return Value

Salt byte array 8 byte in length

See Also