C# Class Amazon.S3.ServerSideEncryptionMethod

A list of all server-side encryption methods.
Inheritance: ConstantClass
显示文件 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_oe static_oe property

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

AWSKMS public_oe static_oe property

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

None public_oe static_oe property

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