C# Class Amazon.S3.Encryption.EncryptionInstructions

Encryption Instructions store the encryption crdentials
显示文件 Open project: scopely/aws-sdk-net Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
EncryptionInstructions ( string>.Dictionary materialsDescription, byte envelopeKey, byte iv ) : System
EncryptionInstructions ( string>.Dictionary materialsDescription, byte envelopeKey, byte encryptedKey, byte iv ) : System

Method Details

EncryptionInstructions() public method

public EncryptionInstructions ( string>.Dictionary materialsDescription, byte envelopeKey, byte iv ) : System
materialsDescription string>.Dictionary
envelopeKey byte
iv byte
return System

EncryptionInstructions() public method

public EncryptionInstructions ( string>.Dictionary materialsDescription, byte envelopeKey, byte encryptedKey, byte iv ) : System
materialsDescription string>.Dictionary
envelopeKey byte
encryptedKey byte
iv byte
return System