HashCode Constructor (String)

Constructs the class to create the hash code object with a base64-encoded string that contains the bytes representing the hash value.

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Sub New ( _
    base64EncodedHashCode As String _
)
'Usage
Dim base64EncodedHashCode As String

Dim instance As New HashCode(base64EncodedHashCode)
public HashCode(
    string base64EncodedHashCode
)

Parameters

  • base64EncodedHashCode
    Type: System.String

    A string that represents the hash value.

See Also

Reference

HashCode Class

HashCode Members

HashCode Overload

Microsoft.BusinessData.Infrastructure Namespace