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.
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.
Show: