Click or drag to resize
Cimbalino ToolkitHashAlgorithmBaseComputeHash Method (Stream)
Computes the hash value for the specified byte array.

Namespace: System.Security.Cryptography
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public virtual byte[] ComputeHash(
	Stream input
)

Parameters

input
Type: System.IOStream
The input Stream to compute the hash code for.

Return Value

Type: Byte
The computed hash code.
Version Information

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1
See Also