共用方式為


SecurityProviderTpmHsm.ActivateIdentityKey(Byte[]) Method

Definition

Activates an identity key within the TPM device.

public override void ActivateIdentityKey (byte[] encryptedKey);
override this.ActivateIdentityKey : byte[] -> unit
Public Overrides Sub ActivateIdentityKey (encryptedKey As Byte())

Parameters

encryptedKey
Byte[]

The encrypted identity key.

Remarks

Calls to the TPM library can potentially return a Tpm2Lib.TssException or a Tpm2Lib.TpmException if your TPM hardware does not support the relevant API call.

Applies to