1# TemplateInfo
2
3
4## 概述
5
6凭据模板信息。
7
8**弃用:**   从4.0版本开始废弃,使用**Property**接口替代。
9
10**起始版本:** 3.2
11
12**相关模块:**[HdfFingerprintAuth](_hdf_fingerprint_auth_v10.md)
13
14
15## 汇总
16
17
18### Public 属性
19
20| 名称 | 描述 |
21| -------- | -------- |
22| unsigned int [executorType](#executortype) | 执行器类型,根据执行器支持的能力进行分类。 |
23| int [lockoutDuration](#lockoutduration) | 认证方式被冻结的时间。 |
24| int [remainAttempts](#remainattempts) | 认证方式距离被冻结的可处理认证请求次数。 |
25| unsigned char[] [extraInfo](#extrainfo) | 其他相关信息,用于支持信息扩展。 |
26
27
28## 类成员变量说明
29
30
31### executorType
32
33```
34unsigned int TemplateInfo::executorType
35```
36
37**描述**
38
39
40执行器类型,根据执行器支持的能力进行分类。
41
42
43### extraInfo
44
45```
46unsigned char [] TemplateInfo::extraInfo
47```
48
49**描述**
50
51
52其他相关信息,用于支持信息扩展。
53
54
55### lockoutDuration
56
57```
58int TemplateInfo::lockoutDuration
59```
60
61**描述**
62
63
64认证方式被冻结的时间。
65
66
67### remainAttempts
68
69```
70int TemplateInfo::remainAttempts
71```
72
73**描述**
74
75
76认证方式距离被冻结的可处理认证请求次数。
77