AWS SDK for .NET Documentation
GenerateChecksumForStream Method (input, fbase64Encode)
AmazonAmazon.S3.UtilAmazonS3UtilGenerateChecksumForStream(Stream, Boolean) Did this page help you?   Yes   No    Tell us about it...
Generates an md5Digest for the file-stream specified
Declaration Syntax
C#
public static string GenerateChecksumForStream(
	Stream input,
	bool fbase64Encode
)
Parameters
input (Stream)
The Stream for which the MD5 Digest needs to be computed.
fbase64Encode (Boolean)
Whether the hash 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)