CryptographicHash.GetValueAndReset Method

Definition

Gets hashed data from the CryptographicHash object and resets the object.

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

Returns

Hashed data.

Remarks

Call the Append method to add data to the CryptographicHash object.

Applies to