| ObjectMetadataServerSideEncryption Property  | 
            Gets or sets the server side encryption algorithm. Only AES256 is support for now.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic string ServerSideEncryption { get; set; }Public Property ServerSideEncryption As String
	Get
	Set
public:
property String^ ServerSideEncryption {
	String^ get ();
	void set (String^ value);
}member ServerSideEncryption : string with get, set
Property Value
Type: 
String
See Also