C# Class Amazon.S3.Encryption.EncryptionInstructions

Encryption Instructions store the encryption crdentials
Afficher le fichier Open project: scopely/aws-sdk-net Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public EncryptionInstructions ( string>.Dictionary materialsDescription, byte envelopeKey, byte iv ) : System
materialsDescription string>.Dictionary
envelopeKey byte
iv byte
Résultat System

EncryptionInstructions() public méthode

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