HardwareToken.Signature Property

Definition

Gets the digital signature of hardware Id that helps verify the authenticity of returned Id.

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

Property Value

The digital signature of Id.

Applies to