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.

Contains information about the party that receives the response from the API operation.

This data type is designed to support Amazon Web Services Nitro Enclaves, which lets you create an isolated compute environment in Amazon EC2. For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see How Amazon Web Services Nitro Enclaves uses KMS in the Key Management Service Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.KeyManagementService.Model.RecipientInfo

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

Syntax

C#
public class RecipientInfo

The RecipientInfo type exposes the following members

Constructors

NameDescription
Public Method RecipientInfo()

Properties

NameTypeDescription
Public Property AttestationDocument System.IO.MemoryStream

Gets and sets the property AttestationDocument.

The attestation document for an Amazon Web Services Nitro Enclave. This document includes the enclave's public key.

Public Property KeyEncryptionAlgorithm Amazon.KeyManagementService.KeyEncryptionMechanism

Gets and sets the property KeyEncryptionAlgorithm.

The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro Enclave to encrypt plaintext values for the response. The only valid value is RSAES_OAEP_SHA_256.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5