CryptographicHash.GetValueAndReset 方法

定义

CryptographicHash 对象获取哈希数据并重置对象。

public:
 virtual IBuffer ^ GetValueAndReset() = GetValueAndReset;
IBuffer GetValueAndReset();
public IBuffer GetValueAndReset();
function getValueAndReset()
Public Function GetValueAndReset () As IBuffer

返回

哈希数据。

注解

调用 Append 方法以将数据添加到 CryptographicHash 对象。

适用于