Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 584 Bytes

cryptographichash_getvalueandreset_1479544497.md

File metadata and controls

23 lines (16 loc) · 584 Bytes
-api-id -api-type
M:Windows.Security.Cryptography.Core.CryptographicHash.GetValueAndReset
winrt method

Windows.Security.Cryptography.Core.CryptographicHash.GetValueAndReset

-description

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

-returns

Hashed data.

-remarks

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

-examples

-see-also