你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TpmAttestation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
单个设备预配服务 TPM 证明的表示形式。
public sealed class TpmAttestation : Microsoft.Azure.Devices.Provisioning.Service.Attestation
public class TpmAttestation : Microsoft.Azure.Devices.Provisioning.Service.Attestation
type TpmAttestation = class
inherit Attestation
Public NotInheritable Class TpmAttestation
Inherits Attestation
Public Class TpmAttestation
Inherits Attestation
- 继承
注解
预配服务支持受信任的平台模块(TPM)作为设备证明机制。 用户必须提供认可密钥,并且可以根据需要提供存储根密钥。
构造函数
TpmAttestation(String, String) |
用于序列化和单元测试的构造函数。 |
属性
EndorsementKey |
获取用于证明的认可密钥。 |
StorageRootKey |
获取用于证明的存储密钥。 |