SecurityProviderTpm 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.
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
- 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
Azure SDK for .NET