←Select platform

Hash(byte[]) Method

Summary

Hashes the specified binary data.

Syntax

C#
VB
C++
public static byte[] Hash( 
   byte[] data 
) 
Public Overloads Shared Function Hash( _ 
   ByVal data() As Byte _ 
) As Byte() 
public: 
static array<byte>^ Hash(  
   array<byte>^ data 
)  

Parameters

data
The data.

Return Value

Hash of the binary data.

Remarks

This function creates a MD5 hash of the passed in data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly