[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Utils
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string ComputeHash(
	Stream stream
)
Public Shared Function ComputeHash ( _
	stream As Stream _
) As String
public:
static String^ ComputeHash(
	Stream^ stream
)

Parameters

stream
Stream

See Also