QrLogon

所属分类:Windows编程
开发工具:C/C++
文件大小:216KB
下载次数:10
上传日期:2018-04-15 18:24:36
上 传 者godan
说明:  扫描二维码登录windows 支持win7、win10
(window qrcode login support win7/win10)

文件列表:
QrLogon (0, 2018-04-15)
QrLogon\.svn (0, 2016-05-14)
QrLogon\.svn\entries (3, 2016-05-09)
QrLogon\.svn\format (3, 2016-05-09)
QrLogon\.svn\pristine (0, 2016-05-14)
QrLogon\.svn\pristine\01 (0, 2016-05-14)
QrLogon\.svn\pristine\01\012be56152083c9342811d4160ee86be9784b1e2.svn-base (3584, 2016-05-09)
QrLogon\.svn\pristine\05 (0, 2016-05-14)
QrLogon\.svn\pristine\05\058ec5a2a9b81d148ec2544e8f565c8c5aae7d41.svn-base (812, 2016-05-09)
QrLogon\.svn\pristine\0d (0, 2016-05-14)
QrLogon\.svn\pristine\0d\0d34510cee751be0f10600521b262c4d091bbc3e.svn-base (177, 2016-05-09)
QrLogon\.svn\pristine\22 (0, 2016-05-14)
QrLogon\.svn\pristine\22\223bc4ff23ae02bcb390fb42728e72aff28358d3.svn-base (617, 2016-05-09)
QrLogon\.svn\pristine\34 (0, 2016-05-14)
QrLogon\.svn\pristine\34\345dccdccfb6e6964a8b3d8c3e9fa25ea94ff3b1.svn-base (1378, 2016-05-09)
QrLogon\.svn\pristine\5d (0, 2016-05-14)
QrLogon\.svn\pristine\5d\5df33ac3115da2bc4939aff274b4aad3a86af091.svn-base (44782, 2016-05-09)
QrLogon\.svn\pristine\60 (0, 2016-05-14)
QrLogon\.svn\pristine\60\604ae5c2748f14874c89348b9bdc64acaf2b23a6.svn-base (95744, 2016-05-09)
QrLogon\.svn\pristine\63 (0, 2016-05-14)
QrLogon\.svn\pristine\63\6387867f480c797a5e9bcf96113bc65de43155c0.svn-base (3402, 2016-05-09)
QrLogon\.svn\pristine\68 (0, 2016-05-14)
QrLogon\.svn\pristine\68\68ca60e63083a2b64f8332ab46ea6ca48e593ded.svn-base (1328, 2016-05-09)
QrLogon\.svn\pristine\6d (0, 2016-05-14)
QrLogon\.svn\pristine\6d\6d972abc33fbdfd51aa4818b3894b76390bf1d20.svn-base (10938, 2016-05-09)
QrLogon\.svn\pristine\6e (0, 2016-05-14)
QrLogon\.svn\pristine\6e\6e69761b5131b19b5a19f1cf91cdac22da142c1b.svn-base (5410, 2016-05-09)
QrLogon\.svn\pristine\73 (0, 2016-05-14)
QrLogon\.svn\pristine\73\73c2cc9337e8d365882f2afdf46e4796550a2c03.svn-base (1665, 2016-05-09)
QrLogon\.svn\pristine\7e (0, 2016-05-14)
QrLogon\.svn\pristine\7e\7ef3dd3f328bf9c3643eddea69d232a29716d21b.svn-base (40, 2016-05-09)
QrLogon\.svn\pristine\7f (0, 2016-05-14)
QrLogon\.svn\pristine\7f\7fe381babe15dfc3a73e32356f513af1e2cf9a16.svn-base (109, 2016-05-09)
QrLogon\.svn\pristine\92 (0, 2016-05-14)
QrLogon\.svn\pristine\92\922d01018c34e363cdf8a32827944e2388ac5187.svn-base (128, 2016-05-09)
QrLogon\.svn\pristine\99 (0, 2016-05-14)
QrLogon\.svn\pristine\99\99f528bce7bb1b1a6deba9751d03b9946008e92c.svn-base (120056, 2016-05-09)
QrLogon\.svn\pristine\a1 (0, 2016-05-14)
QrLogon\.svn\pristine\a1\a114594fe42ead4b75ed8593faec82d11d6cc2b0.svn-base (9934, 2016-05-09)
QrLogon\.svn\pristine\a2 (0, 2016-05-14)
... ...

// // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // Overview -------- This sample implements a simple credential provider that works with both LogonUI and CredUI. A credential provider allows a 3rd party to provide an alternate way of logging on. For example, a fingerprint solution vendor would write a credential provider to interact with the user and send the appropriate credentials to the system for authentication. More information can be found in the Credential Provider document provided in this SDK. Questions should be sent to credprov@microsoft.com. This sample implements a simplified credential provider that is based on the password credential provider that ships with Windows Vista. When run, the credential provider should enumerate two tiles, one for the administrator and one for the guest account. Note that if your machine is domain joined, it is likely that the guest account is disabled and you will receive an error if you try to use that tile to log on. How to run this sample -------------------------------- Once you have built the project, copy SampleCredUICredentialProvider.dll to the System32 directory on a Vista machine and run Register.reg from an elevated command prompt. The credential should appear the next time a logon is invoked (such as when switching users). What this sample demonstrates ----------------------------- This sample demonstrates simple password based log on and unlock behavior. It also shows how to construct a simple user tile and handle the user interaction with that tile.

近期下载者

相关文件


收藏者