TemplateInfo

概述

凭据模板信息。

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

起始版本: 3.2

相关模块:HdfFingerprintAuth

汇总

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

描述

认证方式距离被冻结的可处理认证请求次数。