Aracılığıyla paylaş


SecurityProviderTpm.ActivateIdentityKey(Byte[]) Method

Definition

Activates an identity key within the TPM device.

public abstract void ActivateIdentityKey (byte[] encryptedKey);
abstract member ActivateIdentityKey : byte[] -> unit
Public MustOverride Sub ActivateIdentityKey (encryptedKey As Byte())

Parameters

encryptedKey
Byte[]

The encrypted identity key.

Applies to