Skip to content

Commit

Permalink
Added Microsoft example
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWeiss2 committed Apr 30, 2018
1 parent eca2ae7 commit 4fa1ff5
Show file tree
Hide file tree
Showing 21 changed files with 2,635 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
V2 Credential Provider Sample
=============================

Demonstrates how to build a v2 credential provider that makes use of the new capabilities introduced to credential provider framework in Windows 8 and Windows 8.1.

To get a copy of Windows, go to [Downloads and tools](http://go.microsoft.com/fwlink/p/?linkid=301696).

To get a copy of Visual Studio, go to [Visual Studio Downloads](http://go.microsoft.com/fwlink/p/?linkid=301697).

Operating system requirements
-----------------------------

Client

Windows 8.1

Server

Windows Server 2012 R2

Build the sample
----------------

1. Start Visual Studio and select **File** \> **Open** \> **Project/Solution**.
2. Go to the directory named for the sample, and double-click the Visual Studio Solution (.sln) file.
3. Press F7 or use **Build** \> **Build Solution** to build the sample.

Run the sample
--------------

To debug the app and then run it, press F5 or use **Debug** \> **Start Debugging**. To run the app without debugging, press Ctrl+F5 or use **Debug** \> **Start Without Debugging**.

Loading

0 comments on commit 4fa1ff5

Please sign in to comment.