DkmHashValue Class
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.
Value of a calculated cryptographic hash, possibly representing a checksum.
This API was introduced in Visual Studio 15 Update 9 (DkmApiVersion.VS15Update9).
public ref class DkmHashValue
[System.Runtime.InteropServices.Guid("1d58cf48-facc-f03a-8a14-a16937c82128")]
public class DkmHashValue
[<System.Runtime.InteropServices.Guid("1d58cf48-facc-f03a-8a14-a16937c82128")>]
type DkmHashValue = class
Public Class DkmHashValue
- Inheritance
-
DkmHashValue
- Attributes
Properties
Algorithm |
The name of the cryptographic hashing algorithm used to calculate this hash, e.g. "SHA1". This API was introduced in Visual Studio 15 Update 9 (DkmApiVersion.VS15Update9). |
Bytes |
The bytes of the hash value. This API was introduced in Visual Studio 15 Update 9 (DkmApiVersion.VS15Update9). |
Methods
Create(String, ReadOnlyCollection<Byte>) |
Create a new DkmHashValue object instance. This API was introduced in Visual Studio 15 Update 9 (DkmApiVersion.VS15Update9). |