Generates an md5Digest for the file-stream specified
            

 Declaration Syntax
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)