C# 클래스 Amazon.S3.Encryption.EncryptionInstructions

Encryption Instructions store the encryption crdentials
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

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