  | HashAlgorithmBaseComputeHash Method (Byte, Int32, Int32) | 
            Computes the hash value for the specified byte array.
            
 
Namespace: System.Security.CryptographyAssembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntaxpublic virtual byte[] ComputeHash(
	byte[] buffer,
	int offset,
	int count
)
Parameters
- buffer
 - Type: SystemByte
The input to compute the hash code for. - offset
 - Type: SystemInt32
The offset into the byte array from which to begin using data. - count
 - Type: SystemInt32
The number of bytes in the array to use as data. 
Return Value
Type: 
ByteThe computed hash code.
Version InformationWindows
Supported in: 10.0, 8.1
Windows Phone
Supported in: 8.1
See Also