AWS SDK for .NET Documentation
SetServerSideEncryption Method (s3ObjectVer, method, s3Client)
AmazonAmazon.S3.UtilAmazonS3UtilSetServerSideEncryption(S3ObjectVersion, ServerSideEncryptionMethod, AmazonS3) Did this page help you?   Yes   No    Tell us about it...
Sets the server side encryption method for the S3 Object Version to the value specified.
Declaration Syntax
C#
public static void SetServerSideEncryption(
	S3ObjectVersion s3ObjectVer,
	ServerSideEncryptionMethod method,
	AmazonS3 s3Client
)
Parameters
s3ObjectVer (S3ObjectVersion)
The S3 Object Version
method (ServerSideEncryptionMethod)
The server side encryption method
s3Client (AmazonS3)
The Amazon S3 Client to use for S3 specific operations.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)