你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecurityProviderTpm 类

定义

TPM 硬件安全模块的设备安全提供程序接口。

public abstract class SecurityProviderTpm : Microsoft.Azure.Devices.Shared.SecurityProvider
type SecurityProviderTpm = class
    inherit SecurityProvider
Public MustInherit Class SecurityProviderTpm
Inherits SecurityProvider
继承
SecurityProviderTpm
派生

构造函数

SecurityProviderTpm(String)

初始化 SecurityProviderTpm 类的新实例。

方法

ActivateIdentityKey(Byte[])

激活 TPM 设备中的标识密钥。

Dispose()

释放由调用程序使用的非托管资源和托管资源。

(继承自 SecurityProvider)
Dispose(Boolean)

释放 SecurityProvider 使用的非托管资源,并选择性地释放托管资源。

(继承自 SecurityProvider)
GetEndorsementKey()

获取 Base64 编码的 EndorsementKey。

GetRegistrationID()

获取设备注册期间使用的注册 ID。

GetStorageRootKey()

获取 Base64 编码的 StorageRootKey。

Sign(Byte[])

使用以前激活的标识密钥对数据进行签名。

适用于