为银行端到端样本创建Metro风格的应用程序 [英] Creating a Metro style app for banking end to end sample

查看:61
本文介绍了为银行端到端样本创建Metro风格的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

服务器端项目是否可以与客户端一起下载? 我注意到在文档中有一个外部dll的引用,在服务器代码的using语句中,这是对它的引用?

Is there a server side project to go with the client available for download?  I notice there is a reference to an external dll, in the using statements of the server code, in the documentation, where is this a reference to?

使用系统;

使用 System.Collections.Generic;

使用 System.Linq;

使用 System.Web;

使用 System.Web.Mvc;

使用 System.Security.Cryptography .X509Certificates;

使用 CERTCLILib;

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Security.Cryptography.X509Certificates;
using CERTCLILib;

谢谢。

推荐答案

嗨Ben ,

请参阅此在线文档,其中包含服务器端实现的链接:

See the documentation for this online, it included links for the server side implementation:

http: //msdn.microsoft.com/en-us/library/windows/apps/1B3AE6B5-F8F9-442A-9E09-FD656EAB7DB1



注意: 要运行银行应用程序,您需要一个Web服务,它提供与服务器通信的端点。以下主题显示用于身份验证,证书注册和证书续订的System.Web.Mvc控制器实现。


Note  To run the banking app, you need a web service that provides endpoints for communicating with the server. The following topics show System.Web.Mvc controller implementations for authentication, certificate enrollment, and certificate renewal.

 

•身份验证:用于身份验证的控制器

•注册:证书注册控制器

•续订:证书续订控制器

 
•Authentication:Controller for authentication
•Enrollment:Controller for certificate enrollment
•Renewal:Controller for certificate renewal


这篇关于为银行端到端样本创建Metro风格的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆