Class ServerSideEncryptionCustomerMethod
A list of all server-side encryption methods for customer provided encryption keys.
public sealed class ServerSideEncryptionCustomerMethod : ConstantClass
- Inheritance
-
ServerSideEncryptionCustomerMethod
Constructors
ServerSideEncryptionCustomerMethod(string)
Constructs an instance of ServerSideEncryptionCustomerMethod.
public ServerSideEncryptionCustomerMethod(string value)
Parameters
value
string
Fields
AES256
Use AES 256 server side encryption.
public static readonly ServerSideEncryptionCustomerMethod AES256
Field Value
None
No server side encryption to be used.
public static readonly ServerSideEncryptionCustomerMethod None
Field Value
Methods
FindValue(string)
Finds the constant for the unique value.
public static ServerSideEncryptionCustomerMethod FindValue(string value)
Parameters
value
string
Returns
Operators
implicit operator ServerSideEncryptionCustomerMethod(string)
Converts string to ServerSideEncryptionCustomerMethod.
public static implicit operator ServerSideEncryptionCustomerMethod(string value)
Parameters
value
string