Ejemplo n.º 1
0
 /// <summary>
 /// Construct instance of SetupDecryptionHandler.
 /// </summary>
 /// <param name="encryptionClient"></param>
 public SetupDecryptionHandler(AmazonS3EncryptionClientBase encryptionClient)
 {
     this.EncryptionClient = encryptionClient;
 }
 /// <summary>
 /// Construct an instance SetupEncryptionHandlerV2.
 /// </summary>
 /// <param name="encryptionClient"></param>
 public SetupDecryptionHandlerV2(AmazonS3EncryptionClientBase encryptionClient) : base(encryptionClient)
 {
 }