PutObjectRequest.MD5Digest Property

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
An MD5 digest for the content.

Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public String MD5Digest { get; set; }
Property Value
Type: System.String

Remarks

The base64 encoded 128-bit MD5 digest of the message (without the headers) according to RFC 1864. This header can be used as a message integrity check to verify that the data is the same data that was originally sent.

If supplied, after the file has been uploaded to S3, S3 checks to ensure that the MD5 hash of the uploaded file matches the hash supplied.

Although it is optional, we recommend using the Content-MD5 mechanism as an end-to-end integrity check.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8