C# Класс Amazon.S3.Encryption.EncryptionInstructions

Encryption Instructions store the encryption crdentials
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
EncryptionInstructions ( string>.Dictionary materialsDescription, byte envelopeKey, byte iv ) : System
EncryptionInstructions ( string>.Dictionary materialsDescription, byte envelopeKey, byte encryptedKey, byte iv ) : System

Описание методов

EncryptionInstructions() публичный метод

public EncryptionInstructions ( string>.Dictionary materialsDescription, byte envelopeKey, byte iv ) : System
materialsDescription string>.Dictionary
envelopeKey byte
iv byte
Результат System

EncryptionInstructions() публичный метод

public EncryptionInstructions ( string>.Dictionary materialsDescription, byte envelopeKey, byte encryptedKey, byte iv ) : System
materialsDescription string>.Dictionary
envelopeKey byte
encryptedKey byte
iv byte
Результат System