Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs the class so that the hash code object can be created with an array of bytes representing the hash value.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
hashCode As Byte() _
)
'Usage
Dim hashCode As Byte()
Dim instance As New HashCode(hashCode)
public HashCode(
byte[] hashCode
)
Parameters
hashCode
Type: []A byte array that represents the hash value.