HashCore Method
Collapse the table of content
Expand the table of content

SHA1Managed.HashCore Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Routes data written to the object into the SHA1Managed hash algorithm for computing the hash.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Protected Overrides Sub HashCore ( _
	rgb As Byte(), _
	ibStart As Integer, _
	cbSize As Integer _
)

Parameters

rgb
Type: System.Byte ()
The input data.
ibStart
Type: System.Int32
The offset into the byte array from which to begin using data.
cbSize
Type: System.Int32
The number of bytes in the array to use as data.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft