AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the server-side encryption that will be applied to the restore results.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.S3Encryption

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class S3Encryption

The S3Encryption type exposes the following members

Constructors

NameDescription
Public Method S3Encryption()

Properties

NameTypeDescription
Public Property EncryptionType Amazon.S3.ServerSideEncryptionMethod

The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).

Public Property KMSContext System.String

If the encryption type is aws:kms, this optional value can be used to specify the encryption context for the restore results.

Public Property KMSKeyId System.String

If the encryption type is aws:kms, this optional value specifies the ID of the symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5