System.Security.Cryptography.MD5CryptoServiceProvider.MD5CryptoServiceProvider.MD5CryptoServiceProvider C# (CSharp) Method

MD5CryptoServiceProvider() public method

public MD5CryptoServiceProvider ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices
		public MD5CryptoServiceProvider () 
		{
			_H = new uint[4];
			buff = new uint[16];
			_ProcessingBuffer = new byte [BLOCK_SIZE_BYTES];

			Initialize();
		}