Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CryptographicHash.Append(IBuffer) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?