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

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

public MACTripleDES ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices
		public MACTripleDES ()
		{
			Setup ("TripleDES", null);
		}
	

Same methods

MACTripleDES::MACTripleDES ( byte rgbKey ) : System.Runtime.InteropServices
MACTripleDES::MACTripleDES ( string strTripleDES, byte rgbKey ) : System.Runtime.InteropServices