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

MACTripleDES() public method

public MACTripleDES ( ) : System.Runtime.InteropServices
return 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