기본 콘텐츠로 건너뛰기

gsjava Windows Hello

https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/MicrosoftPassport

윈도우 생체 인식 샘플

시스템 요구 사항
Development machine: Windows 10, Version 1511 and Microsoft Visual Studio 2017 Update 1 with the Windows 10 Build 10586 SDK
Client: Windows 10, Version 1511
Phone: Windows 10, Version 1511
샘플 빌드
1. 압축 해제
2. (.sln) 파일 더블 클릭
3. 빌드
샘플 실행
1. 서버 솔루션을 열어서 F5 를 눌러서 실행
2. 성공적으로 시작되었음이 나타날때까지 기다림
3. 다른 솔루션을 열어서 F5 실행

샘플이용방법
1. 서버를 먼저 실행
2. cs 실행
3. 로그인 화면에서 사용자 이름과 패스워드를 입력하나 저장은 하지 않는다.
4. 디바이스가 마이크로소프트 패스포트를 사용하도록 되어 있다면 Windows Hello 사용을 시작하라는 메시지를 표시하는 새페이지가 보인다.

https://docs.microsoft.com/ko-kr/dotnet/core/tutorials/publishing-with-visual-studio
1. 다운
2. 컴파일
  vs2017

댓글

이 블로그의 인기 게시물

java 특정 디렉토리에 있는 파일 목록을 읽어내기, 정렬해서 가져오기

폴더 리스트 가져오기 String path="C:\"; File dirFile=new File(path); File []fileList=dirFile.listFiles(); for(File tempFile : fileList) {   if(tempFile.isFile()) {     String tempPath=tempFile.getParent();     String tempFileName=tempFile.getName();     System.out.println("Path="+tempPath);     System.out.println("FileName="+tempFileName);     /*** Do something withd tempPath and temp FileName ^^; ***/   } } 정렬해서 가져오기 import java.io.FileFilter; import java.io.IOException; import java.util.Arrays; import java.util.Date; import org.apache.commons.io.comparator.LastModifiedFileComparator; import org.apache.commons.io.filefilter.FileFileFilter; public class LastModifiedFileComparatorTest { public static void main(String[] args) throws IOException { File directory = new File("."); // get just files, not directories File[] files = directory.listFiles((FileFilter) FileFileFilter.FILE); System.out.println("Defaul...

UltraEdit Professional Version 18.20.0.1014 라이센스 키 넣기

Step 1: unpack rar archive      Step 2: run the setup   Step 3: Use the given keygen to activate    Add the line   127.0.0.1 licensing.ultraedit.com         to your %WINDOWS%\system32\drivers\etc\hosts file                 Enter any data for license-id and password (license-id must be a         number)                 Choose Offline activation and generate corresponding activation         codes for your user codes   Step 4: Enjoy and Support Developers, Buy It, They Deserved It!