TemplateInfo

概述

凭据模版信息,口令模版在用户注册口令认证凭据时生成并存储,用于支持通过口令认证方式验证用户身份。

弃用:

从4.0版本开始废弃,使用GetPropertyType接口代替。

起始版本: 3.2

相关模块:HdfPinAuth

汇总

Public 属性

名称 描述
unsigned int executorType 执行器类型,根据执行器支持的算法类型进行分类。
int lockoutDuration 认证执行器的剩余冻结时间。
int remainAttempts 认证执行器的剩余可重试次数。
unsigned char[] extraInfo 其他相关信息,用于支持信息扩展。

类成员变量说明

executorType

unsigned int TemplateInfo::executorType

描述 执行器类型,根据执行器支持的算法类型进行分类。

extraInfo

unsigned char [] TemplateInfo::extraInfo

描述 其他相关信息,用于支持信息扩展。

lockoutDuration

int TemplateInfo::lockoutDuration

描述 认证执行器的剩余冻结时间。

remainAttempts

int TemplateInfo::remainAttempts

描述 认证执行器的剩余可重试次数。