HardwareToken Class

Definition

Represents a token that contains a hardware based identification that is sufficiently unique.

public ref class HardwareToken sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Profile.ProfileHardwareTokenContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HardwareToken final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Profile.ProfileHardwareTokenContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HardwareToken
Public NotInheritable Class HardwareToken
Inheritance
Object Platform::Object IInspectable HardwareToken
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.System.Profile.ProfileHardwareTokenContract (introduced in v1.0)

Properties

Certificate

Gets the certificate that is used to sign the Id and is used to help verify the authenticity of the Id.

Id

Gets the hardware identifier that identifies the device.

Signature

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

Applies to

See also