예제 #1
0
		public static void Main(
			string[] args)
		{
			ISO9797Alg3MacTest test = new ISO9797Alg3MacTest();
			ITestResult result = test.Perform();

			Console.WriteLine(result);
		}
예제 #2
0
        public static void Main(
            string[] args)
        {
            ISO9797Alg3MacTest test   = new ISO9797Alg3MacTest();
            ITestResult        result = test.Perform();

            Console.WriteLine(result);
        }