GetHashCodeFNV1a Method
See Also 
SourceCode.Security.Cryptography Namespace > CryptoFactory Class : GetHashCodeFNV1a Method



bytes

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ExtensionAttribute()>
Public Shared Function GetHashCodeFNV1a( _
   ByVal bytes() As Byte _
) As Integer
Visual Basic (Usage) Copy Code
Dim bytes() As Byte
Dim value As Integer
 
value = CryptoFactory.GetHashCodeFNV1a(bytes)
C#  
[Extension()]
public static int GetHashCodeFNV1a( 
   byte[] bytes
)
C++/CLI  
[Extension()]
public:
static int GetHashCodeFNV1a( 
   array<byte>^ bytes
) 

Parameters

bytes

Requirements

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

See Also