SecurityProviderTpm Class

Definition

The Device Security Provider interface for TPM Hardware Security Modules.

public abstract class SecurityProviderTpm : Microsoft.Azure.Devices.Shared.SecurityProvider
type SecurityProviderTpm = class
    inherit SecurityProvider
Public MustInherit Class SecurityProviderTpm
Inherits SecurityProvider
Inheritance
SecurityProviderTpm
Derived

Constructors

SecurityProviderTpm(String)

Initializes a new instance of the SecurityProviderTpm class.

Methods

ActivateIdentityKey(Byte[])

Activates an identity key within the TPM device.

Dispose()

Releases the unmanaged resources and disposes of the managed resources used by the invoker.

(Inherited from SecurityProvider)
Dispose(Boolean)

Releases the unmanaged resources used by the SecurityProvider and optionally disposes of the managed resources.

(Inherited from SecurityProvider)
GetEndorsementKey()

Gets the Base64 encoded EndorsementKey.

GetRegistrationID()

Gets the Registration Id used during device enrollment.

GetStorageRootKey()

Gets the Base64 encoded StorageRootKey.

Sign(Byte[])

Signs the data using the previously activated identity key.

Applies to