Table of Contents

Class ServerSideEncryptionCustomerMethod

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

A list of all server-side encryption methods for customer provided encryption keys.

public sealed class ServerSideEncryptionCustomerMethod : ConstantClass
Inheritance
ServerSideEncryptionCustomerMethod

Constructors

ServerSideEncryptionCustomerMethod(string)

Constructs an instance of ServerSideEncryptionCustomerMethod.

public ServerSideEncryptionCustomerMethod(string value)

Parameters

value string

Fields

AES256

Use AES 256 server side encryption.

public static readonly ServerSideEncryptionCustomerMethod AES256

Field Value

ServerSideEncryptionCustomerMethod

None

No server side encryption to be used.

public static readonly ServerSideEncryptionCustomerMethod None

Field Value

ServerSideEncryptionCustomerMethod

Methods

FindValue(string)

Finds the constant for the unique value.

public static ServerSideEncryptionCustomerMethod FindValue(string value)

Parameters

value string

Returns

ServerSideEncryptionCustomerMethod

Operators

implicit operator ServerSideEncryptionCustomerMethod(string)

Converts string to ServerSideEncryptionCustomerMethod.

public static implicit operator ServerSideEncryptionCustomerMethod(string value)

Parameters

value string

Returns

ServerSideEncryptionCustomerMethod