CryptographicHash.GetValueAndReset メソッド

定義

CryptographicHash オブジェクトからハッシュされたデータを取得し、オブジェクトをリセットします。

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

戻り値

ハッシュされたデータ。

注釈

Append メソッドを呼び出して、CryptographicHash オブジェクトにデータを追加します。

適用対象