AWS SDK for .NET Documentation
GenerateChecksumForContent Method (content, fBase64Encode)
AmazonAmazon.S3.UtilAmazonS3UtilGenerateChecksumForContent(String, Boolean) Did this page help you?   Yes   No    Tell us about it...
Generates an MD5 Digest for the string-based content
Declaration Syntax
C#
public static string GenerateChecksumForContent(
	string content,
	bool fBase64Encode
)
Parameters
content (String)
The content for which the MD5 Digest needs to be computed.
fBase64Encode (Boolean)
Whether the returned checksum should be base64 encoded.
Return Value
A string representation of the hash with or w/o base64 encoding

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