HardwareToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |