class DfaceAccredit, a class responsible for accrediting
More...
class DfaceAccredit, a class responsible for accrediting
DFace.DfaceAccredit.DfaceAccredit |
( |
out int |
code | ) |
|
DfaceAccredit Constructor
- Parameters
-
code | status(0:OK non-0:Error) |
void DFace.DfaceAccredit.Dispose |
( |
| ) |
|
int DFace.DfaceAccredit.getDeviceFingerPrint |
( |
String |
sn_code, |
|
|
String |
filename |
|
) |
| |
Get device fingerPrint information
- Parameters
-
sn_code | Activation code |
filename | fingerPrintInfo Output fingerPrint information |
- Returns
- 0:success, other:Error Code
int DFace.DfaceAccredit.getVersion |
( |
| ) |
|
Activation tool version
- Returns
- version
int DFace.DfaceAccredit.login |
( |
| ) |
|
Login for activation and check the device is activated
public void writeTest(String chars, out int code) { DfaceAccreditDll.writeTest(chars, out code); }
- Returns
- 0:Activated other:Error Code
int DFace.DfaceAccredit.logout |
( |
| ) |
|
Activation tool logout
- Returns
- 0:success, other:Error Code
int DFace.DfaceAccredit.updateOfline |
( |
String |
filename | ) |
|
OffLine activation
- Parameters
-
filename | Activation file path |
- Returns
- 0:success, other:Error Code
int DFace.DfaceAccredit.updateOnline |
( |
String |
sn_code | ) |
|
Online activation
- Parameters
-
- Returns
- 0:success, other:Error Code
The documentation for this class was generated from the following file:
- dotnet/en/DFaceEnglish.cs