HashAlgorithmProvider.HashData(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.
Hashes binary data.
public:
virtual IBuffer ^ HashData(IBuffer ^ data) = HashData;
IBuffer HashData(IBuffer const& data);
public IBuffer HashData(IBuffer data);
function hashData(data)
Public Function HashData (data As IBuffer) As IBuffer
Parameters
- data
- IBuffer
Data to be hashed.
Returns
Hashed data.
Remarks
See the CryptographicHash class for information about creating a reusable hashing object.