SHA512Managed.HashFinal 方法
定义
当在派生类中重写时,在加密流对象处理完最后的数据后完成哈希计算。When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.
protected:
override cli::array <System::Byte> ^ HashFinal();
protected override sealed byte[] HashFinal ();
protected override byte[] HashFinal ();
override this.HashFinal : unit -> byte[]
Protected Overrides NotOverridable Function HashFinal () As Byte()
Protected Overrides Function HashFinal () As Byte()
返回
- Byte[]
计算所得的哈希代码。The computed hash code.
注解
应用程序代码不会调用此方法。This method is not called by application code. 此方法完成所有部分计算,并返回数据流的正确哈希值。This method finalizes any partial computation and returns the correct hash value of the data stream.