System.Security.Cryptography.SHA384CryptoServiceProvider.HashCore C# (CSharp) Method

HashCore() private method

private HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
return void
		protected override void HashCore (byte[] array, int ibStart, int cbSize)
		{
			hash.TransformBlock (array, ibStart, cbSize, null, 0);
		}