AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetInstanceTpmEkPub operation. Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.GetInstanceTpmEkPubRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class GetInstanceTpmEkPubRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The GetInstanceTpmEkPubRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property InstanceId System.String

Gets and sets the property InstanceId.

The ID of the instance for which to get the public endorsement key.

Public Property KeyFormat Amazon.EC2.EkPubKeyFormat

Gets and sets the property KeyFormat.

The required public endorsement key format. Specify der for a DER-encoded public key that is compatible with OpenSSL. Specify tpmt for a TPM 2.0 format that is compatible with tpm2-tools. The returned key is base64 encoded.

Public Property KeyType Amazon.EC2.EkPubKeyType

Gets and sets the property KeyType.

The required public endorsement key type.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5