1# Property 2 3 4## 概述 5 6执行器属性。 7 8**起始版本:** 4.0 9 10**相关模块:**[HdfFingerprintAuth](_hdf_fingerprint_auth_v11.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18| 名称 | 描述 | 19| -------- | -------- | 20| unsigned long [authSubType](#authsubtype) | 认证子类型。 | 21| int [lockoutDuration](#lockoutduration) | 指纹剩余锁定时间。 | 22| int [remainAttempts](#remainattempts) | 指纹剩余可重试次数。 | 23| String [enrollmentProgress](#enrollmentprogress) | 指纹录入进度。 | 24| String [sensorInfo](#sensorinfo) | 指纹光斑信息。 | 25 26 27## 类成员变量说明 28 29 30### authSubType 31 32``` 33unsigned long Property::authSubType 34``` 35**描述** 36 37认证子类型。 38 39 40### enrollmentProgress 41 42``` 43String Property::enrollmentProgress 44``` 45**描述** 46 47指纹录入进度。 48 49 50### lockoutDuration 51 52``` 53int Property::lockoutDuration 54``` 55**描述** 56 57指纹剩余锁定时间。 58 59 60### remainAttempts 61 62``` 63int Property::remainAttempts 64``` 65**描述** 66 67指纹剩余可重试次数。 68 69 70### sensorInfo 71 72``` 73String Property::sensorInfo 74``` 75**描述** 76 77指纹光斑信息。 78