XxHash128 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于生成 128 位哈希的 XXH128 哈希算法的实现。
public ref class XxHash128 sealed : System::IO::Hashing::NonCryptographicHashAlgorithm
	public sealed class XxHash128 : System.IO.Hashing.NonCryptographicHashAlgorithm
	type XxHash128 = class
    inherit NonCryptographicHashAlgorithm
	Public NotInheritable Class XxHash128
Inherits NonCryptographicHashAlgorithm
		- 继承
 
注解
对于将计算出的数字哈希值保留为字节的方法,该值按 Big Endian 字节顺序写入。
构造函数
| XxHash128() | 
		 使用默认种子值 0 初始化 类的新实例 XxHash128 。  | 
        	
| XxHash128(Int64) | 
		 使用指定的种子初始化 类的新实例 XxHash128 。  | 
        	
属性
| HashLengthInBytes | 
		 获取从此哈希算法生成的字节数。 (继承自 NonCryptographicHashAlgorithm) |