예제 #1
0
        public void Test_CreateSignInfoKey()
        {
            var infoKey = ProtocolHelper.CreateSignInfoKey();

            Assert.IsNotNull(infoKey);
            // TODO: test contents
        }