C# Класс Amazon.S3.ServerSideEncryptionCustomerMethod

A list of all server-side encryption methods for customer provided encryption keys.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AES256 ServerSideEncryptionCustomerMethod
None ServerSideEncryptionCustomerMethod

Открытые методы

Метод Описание
FindValue ( string value ) : ServerSideEncryptionCustomerMethod

Finds the constant for the unique value.

ServerSideEncryptionCustomerMethod ( string value ) : System

Constructs an instance of ServerSideEncryptionCustomerMethod.

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : ServerSideEncryptionCustomerMethod
value string
Результат ServerSideEncryptionCustomerMethod

ServerSideEncryptionCustomerMethod() публичный Метод

Constructs an instance of ServerSideEncryptionCustomerMethod.
public ServerSideEncryptionCustomerMethod ( string value ) : System
value string
Результат System

Описание свойств

AES256 публичное статическое свойство

Use AES 256 server side encryption.
public static ServerSideEncryptionCustomerMethod,Amazon.S3 AES256
Результат ServerSideEncryptionCustomerMethod

None публичное статическое свойство

No server side encryption to be used.
public static ServerSideEncryptionCustomerMethod,Amazon.S3 None
Результат ServerSideEncryptionCustomerMethod