IAppxBlockMapReader::GetHashMethod method (appxpackaging.h)

Retrieves the URI for the hash algorithm used to create block hashes in the block map.

Syntax

HRESULT GetHashMethod(
  [out, retval] IUri **hashMethod
);

Parameters

[out, retval] hashMethod

Type: IUri**

The hash algorithm used in this block map.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The hashMethod value corresponds to the HashMethod attribute of the BlockMap root element.

GetHashMethod returns supported URIs for DigestMethods.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header appxpackaging.h

See also

IAppxBlockMapReader