HardwareToken
HardwareToken
HardwareToken
HardwareToken
Class
Definition
Represents a token that contains a hardware based identification that is sufficiently unique.
public : sealed class HardwareToken : IHardwareTokenpublic sealed class HardwareToken : IHardwareTokenPublic NotInheritable Class HardwareToken Implements IHardwareToken// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
Windows Mobile Extension SDK (introduced v10.0.10240.0)
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.System.Profile.ProfileHardwareTokenContract (introduced v1)
|
Properties
Certificate Certificate Certificate Certificate
Id Id Id Id
Gets the hardware identifier that identifies the device.
public : IBuffer Id { get; }public IBuffer Id { get; }Public ReadOnly Property Id As IBuffer// You can use this property in JavaScript.