Table of Contents

Class GenerateDataKeyResult

Namespace
Amazon.Runtime.SharedInterfaces
Assembly
AWSSDK.Core.dll

The result of the GenerateDataKey and GenerateDataKeyAsync operations.

public class GenerateDataKeyResult
Inheritance
GenerateDataKeyResult
Inherited Members

Constructors

GenerateDataKeyResult()

public GenerateDataKeyResult()

Properties

KeyCiphertext

The ciphertext for the data key.

public byte[] KeyCiphertext { get; set; }

Property Value

byte[]

KeyPlaintext

The plaintext for the data key.

public byte[] KeyPlaintext { get; set; }

Property Value

byte[]