System.Security.Cryptography.SHA1Internal.SHA1Internal C# (CSharp) Метод

SHA1Internal() публичный Метод

public SHA1Internal ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices
		public SHA1Internal () 
		{
			_H = new uint[5];
			_ProcessingBuffer = new byte[BLOCK_SIZE_BYTES];
			buff = new uint[80];
			
			Initialize();
		}