1# TemplateInfo 2 3 4## 概述 5 6凭据模版信息,口令模版在用户注册口令认证凭据时生成并存储,用于支持通过口令认证方式验证用户身份。 7 8**弃用:** 9 10从4.0版本开始废弃,使用**GetPropertyType**接口代替。 11 12**起始版本:** 3.2 13 14**相关模块:**[HdfPinAuth](_hdf_pin_auth_v10.md) 15 16 17## 汇总 18 19 20### Public 属性 21 22| 名称 | 描述 | 23| -------- | -------- | 24| unsigned int [executorType](#executortype) | 执行器类型,根据执行器支持的算法类型进行分类。 | 25| int [lockoutDuration](#lockoutduration) | 认证执行器的剩余冻结时间。 | 26| int [remainAttempts](#remainattempts) | 认证执行器的剩余可重试次数。 | 27| unsigned char[] [extraInfo](#extrainfo) | 其他相关信息,用于支持信息扩展。 | 28 29 30## 类成员变量说明 31 32 33### executorType 34 35``` 36unsigned int TemplateInfo::executorType 37``` 38**描述** 39 40执行器类型,根据执行器支持的算法类型进行分类。 41 42 43### extraInfo 44 45``` 46unsigned char [] TemplateInfo::extraInfo 47``` 48**描述** 49 50其他相关信息,用于支持信息扩展。 51 52 53### lockoutDuration 54 55``` 56int TemplateInfo::lockoutDuration 57``` 58**描述** 59 60认证执行器的剩余冻结时间。 61 62 63### remainAttempts 64 65``` 66int TemplateInfo::remainAttempts 67``` 68**描述** 69 70认证执行器的剩余可重试次数。 71