System.Security.Cryptography.SHA384CryptoServiceProvider.HashCore C# (CSharp) Méthode

HashCore() private méthode

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