Table of Contents

Class ServerSideEncryptionMethod

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

A list of all server-side encryption methods.

public sealed class ServerSideEncryptionMethod : ConstantClass
Inheritance
ServerSideEncryptionMethod

Constructors

ServerSideEncryptionMethod(string)

Construct instance of ServerSideEncryptionMethod.

public ServerSideEncryptionMethod(string value)

Parameters

value string

Fields

AES256

Use AES 256 server side encryption.

public static readonly ServerSideEncryptionMethod AES256

Field Value

ServerSideEncryptionMethod

AWSKMS

Use AWS Key Management Service for server side encryption.

public static readonly ServerSideEncryptionMethod AWSKMS

Field Value

ServerSideEncryptionMethod

None

No server side encryption to be used.

public static readonly ServerSideEncryptionMethod None

Field Value

ServerSideEncryptionMethod

Methods

FindValue(string)

Finds the constant for the unique value.

public static ServerSideEncryptionMethod FindValue(string value)

Parameters

value string

Returns

ServerSideEncryptionMethod

Operators

implicit operator ServerSideEncryptionMethod(string)

Convert string to ServerSideEncryptionCustomerMethod.

public static implicit operator ServerSideEncryptionMethod(string value)

Parameters

value string

Returns

ServerSideEncryptionMethod