C# 클래스 Amazon.S3.ServerSideEncryptionCustomerMethod

A list of all server-side encryption methods for customer provided encryption keys.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
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