IAppxBlockMapReader::GetHashMethod method
Retrieves the URI for the hash algorithm used to create block hashes in the block map.
Syntax
HRESULT GetHashMethod( [out, retval] IUri **hashMethod );
Parameters
- hashMethod [out, retval]
-
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
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxBlockMapReader is defined as 5efec991-bca3-42d1-9ec2-e92d609ec22a |
See also