1# Property 2 3 4## 概述 5 6执行器属性。 7 8**起始版本:** 4.0 9 10**相关模块:**[HdfPinAuth](_hdf_pin_auth_v20.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| int [nextFailLockoutDuration](#nextfaillockoutduration) | 下一次失败锁定时间。 | 24 25 26## 类成员变量说明 27 28 29### authSubType 30 31``` 32unsigned long Property::authSubType 33``` 34 35**描述** 36 37认证子类型。 38 39 40### lockoutDuration 41 42``` 43int Property::lockoutDuration 44``` 45 46**描述** 47 48剩余锁定时间。 49 50 51### nextFailLockoutDuration 52 53``` 54int Property::nextFailLockoutDuration 55``` 56 57**描述** 58 59下一次失败锁定时间。 60 61 62### remainAttempts 63 64``` 65int Property::remainAttempts 66``` 67 68**描述** 69 70剩余可重试次数。 71