-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eca2ae7
commit 4fa1ff5
Showing
21 changed files
with
2,635 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
Microsoft Credential prvider v2 example - improved docs WIP/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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**. | ||
|
Oops, something went wrong.