зеркало из
1
0
Форкнуть 0
This repo hosts a set of Windows UWP sample code to illustrate the use of Companion Device Framework, a new feature in Windows 10, enabling developers to build UWP apps to unlock Windows 10 PCs. More info available here - https://msdn.microsoft.com/en-us/windows/uwp/security/companion-device-unlock
Перейти к файлу
microsoft-github-policy-service[bot] 2ebdfb1cfe
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 20:53:12 +00:00
CDFSampleApp Add files via upload 2016-08-18 17:44:14 -07:00
.gitattributes Initial Commit 2016-08-16 10:31:03 -07:00
.gitignore Initial Commit 2016-08-16 10:31:03 -07:00
LICENSE Create LICENSE 2016-08-16 11:07:41 -07:00
README.md Update README.md 2016-08-16 11:11:29 -07:00
SECURITY.md Microsoft mandatory file 2023-06-02 20:44:17 +00:00

README.md

Windows Hello Unlock using Companion Devices

Welcome to the Companion Device Framework Github Repostiory.

Introduction

This repo hosts Windows UWP sample code to illustrate the use of Companion Device Framework (CDF), a new feature in Windows 10, enabling developers to build UWP apps to unlock Windows 10 PCs. A companion device is a device that can act in conjunction with your Windows 10 desktop to enhance the user authentication experience. Using the Companion Device Framework, a companion device can provide a rich experience for Microsoft Passport even when Windows Hello is not available (e.g., if the Windows 10 desktop lacks a camera for face authentication or fingerprint reader device, for example).

Requirements

Requesting capabilities for Store Submissions of your CDF UWP App

You are free to use the code sample to create your own CDF UWP app to unlock Windows PCs. To submit your app to the Store, you would need permissions to use the secondaryAuthenticationFactor restricted capability. For the same, please mail Companion Device Framework Onboarding CDFOnboard@microsoft.com.

Feedback

Additional resources