Table of Contents

Class EncryptionInstructions

Namespace
Amazon.S3.Encryption
Assembly
AWSSDK.S3.dll

Encryption Instructions store the encryption credentials

public class EncryptionInstructions
Inheritance
EncryptionInstructions
Inherited Members

Constructors

EncryptionInstructions(Dictionary<string, string>, byte[], byte[])

Construct an instance EncryptionInstructions.

public EncryptionInstructions(Dictionary<string, string> materialsDescription, byte[] envelopeKey, byte[] iv)

Parameters

materialsDescription Dictionary<string, string>
envelopeKey byte[]
iv byte[]

EncryptionInstructions(Dictionary<string, string>, byte[], byte[], byte[])

Construct an instance EncryptionInstructions.

public EncryptionInstructions(Dictionary<string, string> materialsDescription, byte[] envelopeKey, byte[] encryptedKey, byte[] iv)

Parameters

materialsDescription Dictionary<string, string>
envelopeKey byte[]
encryptedKey byte[]
iv byte[]