AWS SDK for .NET Documentation
CalculateTreeHash Method (stream)
AmazonAmazon.GlacierTreeHashGeneratorCalculateTreeHash(Stream) Did this page help you?   Yes   No    Tell us about it...
This method computes the tree hash used by glacier. It reads the whole stream and then resets the position of the stream back to the beginning.
Declaration Syntax
C#
public static string CalculateTreeHash(
	Stream stream
)
Parameters
stream (Stream)
The stream to read and compute the tree hash for.
Return Value
The tree hash that can be used to set the the Checksum property.

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