IHasher.Hash(Byte[]) 方法

定义

哈希。

public int Hash (byte[] data);
abstract member Hash : byte[] -> int
Public Function Hash (data As Byte()) As Integer

参数

data
Byte[]

要哈希的数据。

返回

已哈希处理的给定字节。

适用于