C# Class Goedel.MeshConnect.CheckFingerPrint

Inheritance: _Data_CheckFingerPrint
Exibir arquivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
AcceptFingerprint ( ) : bool

User has accepted the fingerprint, generate the keys.

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

Setup page.

Method Details

AcceptFingerprint() public method

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

CheckFingerPrint() public method

public CheckFingerPrint ( ConnectProfile Data ) : System
Data ConnectProfile
return System

Enter() public method

Setup page.
public Enter ( ) : void
return void