Share via


SecurityProviderTpmHsm.GetEndorsementKey Method

Definition

Gets the Base64 encoded EndorsmentKey.

public override byte[] GetEndorsementKey ();
override this.GetEndorsementKey : unit -> byte[]
Public Overrides Function GetEndorsementKey () As Byte()

Returns

Byte[]

Base64 encoded EK.

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