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

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

Initializes a new instance of the RIPEMD160Managed class. This class cannot be inherited.
public RIPEMD160Managed ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices
		public RIPEMD160Managed() {
			_X = new uint[16];
			_HashValue = new uint[5];
			_ProcessingBuffer = new byte[BLOCK_SIZE_BYTES];
			Initialize();
		}
		/// <summary>