Share via


Creating a Windows Store app for banking (Windows Store apps using JavaScript and HTML)

Purpose

This sample shows how to create a simple Windows Store app for banking that implements secure authentication and communication over the internet. You can use the code in this sample for any Windows Store app that requires secure interaction with a server.

In this section

Topic Description

Code walkthrough

This sample shows how to create a simple Windows Store app for banking that implements secure authentication and communication over the internet. You can use the code in this sample for any Windows Store app that requires secure interaction with a server.

Resources

Resources that are relevant for implementing secure authentication in a Windows Store app. You can use the resources in this sample for any Windows Store app that requires secure interaction with a server.

Full code sample

Full sample code for the Windows Store app for banking, which implements secure authentication and communication over the Internet.

Controller for authentication

Shows code that implements a System.Web.Mvc controller for authentication.

Controller for certificate enrollment

Shows code that implements a System.Web.Mvc controller for serving certificates.

Controller for certificate renewal

Shows code that implements a System.Web.Mvc controller for renewing certificates.

 

Developer audience

The banking app is designed for use by JavaScript and HTML5 developers.

CertificateEnrollmentManager

PasswordVault

 

 

Build date: 6/11/2013