Share via


DkmHashValue.Bytes Property

Definition

The bytes of the hash value.

This API was introduced in Visual Studio 15 Update 9 (DkmApiVersion.VS15Update9).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Bytes { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> Bytes { get; }
member this.Bytes : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property Bytes As ReadOnlyCollection(Of Byte)

Property Value

Applies to