C# Class Amazon.S3.ServerSideEncryptionCustomerMethod

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

Méthodes publiques

Свойство Type Description
AES256 ServerSideEncryptionCustomerMethod
None ServerSideEncryptionCustomerMethod

Méthodes publiques

Méthode 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 méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : ServerSideEncryptionCustomerMethod
value string
Résultat ServerSideEncryptionCustomerMethod

ServerSideEncryptionCustomerMethod() public méthode

Constructs an instance of ServerSideEncryptionCustomerMethod.
public ServerSideEncryptionCustomerMethod ( string value ) : System
value string
Résultat System

Property Details

AES256 public_oe static_oe property

Use AES 256 server side encryption.
public static ServerSideEncryptionCustomerMethod,Amazon.S3 AES256
Résultat ServerSideEncryptionCustomerMethod

None public_oe static_oe property

No server side encryption to be used.
public static ServerSideEncryptionCustomerMethod,Amazon.S3 None
Résultat ServerSideEncryptionCustomerMethod