コード例 #1
0
		public void VerifyResult()
        {
			SignerAuthenticationTokenExample example = new SignerAuthenticationTokenExample(Props.GetInstance());
			example.Run();

			Assert.IsNotNull(example.SignerSessionId);
        }
コード例 #2
0
        public void VerifyResult()
        {
            SignerAuthenticationTokenExample example = new SignerAuthenticationTokenExample(Props.GetInstance());

            example.Run();

            Assert.IsNotNull(example.SignerSessionId);
        }
コード例 #3
0
        public void VerifyResult()
        {
            SignerAuthenticationTokenExample example = new SignerAuthenticationTokenExample();

            example.Run();

            Assert.IsNotNull(example.SignerSessionIdForMultiUse);
            Assert.IsNotNull(example.SignerSessionIdForSingleUse);
        }