CryptographicHash.GetValueAndReset 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 CryptographicHash 对象获取哈希数据并重置对象。
public:
virtual IBuffer ^ GetValueAndReset() = GetValueAndReset;
IBuffer GetValueAndReset();
public IBuffer GetValueAndReset();
function getValueAndReset()
Public Function GetValueAndReset () As IBuffer
返回
哈希数据。
注解
调用 Append 方法以将数据添加到 CryptographicHash 对象。