HardwareToken.Id Property

Definition

Gets the hardware identifier that identifies the device.

public:
 property IBuffer ^ Id { IBuffer ^ get(); };
IBuffer Id();
public IBuffer Id { get; }
var iBuffer = hardwareToken.id;
Public ReadOnly Property Id As IBuffer

Property Value

The id that identifies the device. This byte buffer contains a set of identifiers that represent the various hardware components found in the device.

Applies to