Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetHashCode( _ ByVal seed As Integer, _ ByVal data As ICollection(Of Byte) _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SBoxHashCodeGenerator Dim seed As Integer Dim data As ICollection(Of Byte) Dim value As Integer value = instance.GetHashCode(seed, data) |
C# | |
---|---|
public int GetHashCode( int seed, ICollection<byte> data ) |
C++/CLI | |
---|---|
public: int GetHashCode( int seed, ICollection<byte>^ data ) |
Parameters
- seed
- data
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2