C# Class Amazon.S3.ServerSideEncryptionMethod

A list of all server-side encryption methods.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
AES256 ServerSideEncryptionMethod
AWSKMS ServerSideEncryptionMethod
None ServerSideEncryptionMethod

Public Methods

Method Description
FindValue ( string value ) : ServerSideEncryptionMethod

Finds the constant for the unique value.

ServerSideEncryptionMethod ( string value ) : System

Construct instance of ServerSideEncryptionMethod.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : ServerSideEncryptionMethod
value string
return ServerSideEncryptionMethod

ServerSideEncryptionMethod() public method

Construct instance of ServerSideEncryptionMethod.
public ServerSideEncryptionMethod ( string value ) : System
value string
return System

Property Details

AES256 public static property

Use AES 256 server side encryption.
public static ServerSideEncryptionMethod,Amazon.S3 AES256
return ServerSideEncryptionMethod

AWSKMS public static property

Use AWS Key Management Service for server side encryption.
public static ServerSideEncryptionMethod,Amazon.S3 AWSKMS
return ServerSideEncryptionMethod

None public static property

No server side encryption to be used.
public static ServerSideEncryptionMethod,Amazon.S3 None
return ServerSideEncryptionMethod