The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SHA1Managed::HashCore Method (array<Byte>^, Int32, Int32)
.NET Framework (current version)
Routes data written to the object into the SHA1Managed hash algorithm for computing the hash.
Assembly: mscorlib (in mscorlib.dll)
protected: virtual void HashCore( array<unsigned char>^ rgb, int ibStart, int cbSize ) override
Parameters
- rgb
-
Type:
array<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.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: