C# Class Amazon.S3.ServerSideEncryptionCustomerMethod

A list of all server-side encryption methods for customer provided encryption keys.
Inheritance: ConstantClass
Exibir arquivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
AES256 ServerSideEncryptionCustomerMethod
None ServerSideEncryptionCustomerMethod

Public Methods

Method Description
FindValue ( string value ) : ServerSideEncryptionCustomerMethod

Finds the constant for the unique value.

ServerSideEncryptionCustomerMethod ( string value ) : System

Constructs an instance of ServerSideEncryptionCustomerMethod.

Method Details

FindValue() public static method

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

ServerSideEncryptionCustomerMethod() public method

Constructs an instance of ServerSideEncryptionCustomerMethod.
public ServerSideEncryptionCustomerMethod ( string value ) : System
value string
return System

Property Details

AES256 public_oe static_oe property

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

None public_oe static_oe property

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