SHA1Managed.HashCore Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

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

Syntax

'Declaration
Protected Overrides Sub HashCore ( _
    rgb As Byte(), _
    ibStart As Integer, _
    cbSize As Integer _
)
protected override void HashCore(
    byte[] rgb,
    int ibStart,
    int cbSize
)

Parameters

  • 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.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.