summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.GetHash(System.IO.Stream)

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 6.0.")]
public static string GetHash(
	Stream stream
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 6.0.")> 
Public Shared Function GetHash ( 
	stream As Stream
) As String

Parameters

stream
Type: System.IO..::..Stream
paramstreamM:DotNetNuke.Common.Utilities.FileSystemUtils.GetHash(System.IO.Stream)

Return Value

returnsM:DotNetNuke.Common.Utilities.FileSystemUtils.GetHash(System.IO.Stream)

See Also