C# 클래스 Goedel.MeshConnect.CheckFingerPrint

상속: _Data_CheckFingerPrint
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

메소드 설명
AcceptFingerprint ( ) : bool

User has accepted the fingerprint, generate the keys.

CheckFingerPrint ( ConnectProfile Data ) : System
Enter ( ) : void

Setup page.

메소드 상세

AcceptFingerprint() 공개 메소드

User has accepted the fingerprint, generate the keys.
public AcceptFingerprint ( ) : bool
리턴 bool

CheckFingerPrint() 공개 메소드

public CheckFingerPrint ( ConnectProfile Data ) : System
Data ConnectProfile
리턴 System

Enter() 공개 메소드

Setup page.
public Enter ( ) : void
리턴 void