Get next salt Int64 value. Used internally to encrypt data.

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

Syntax

C#
protected long NextSalt()
Visual Basic (Declaration)
Protected Function NextSalt As Long
Visual C++
protected:
long long NextSalt()

Return Value

Random Int64 value

See Also