CryptographicHash.Append(IBuffer) Method

Definition

Appends a binary encoded string to the data stored in the CryptographicHash object.

public:
 virtual void Append(IBuffer ^ data) = Append;
void Append(IBuffer const& data);
public void Append(IBuffer data);
function append(data)
Public Sub Append (data As IBuffer)

Parameters

data
IBuffer

Data to append.

Remarks

Call the GetValueAndReset method to retrieve data from the CryptographicHash object and empty the buffer.

Applies to

See also