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### extraInfo 43 44``` 45unsigned char [] TemplateInfo::extraInfo 46``` 47**描述** 48其他相关信息,用于支持信息扩展。 49 50 51### lockoutDuration 52 53``` 54int TemplateInfo::lockoutDuration 55``` 56**描述** 57认证执行器的剩余冻结时间。 58 59 60### remainAttempts 61 62``` 63int TemplateInfo::remainAttempts 64``` 65**描述** 66认证执行器的剩余可重试次数。 67