共用方式為


CryptographicHash.GetValueAndReset 方法

定義

CryptographicHash 物件取得雜湊資料,並重設 物件。

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

傳回

雜湊資料。

備註

呼叫 Append 方法,將資料新增至 CryptographicHash 物件。

適用於