1# EnrolledInfo 2 3 4## 概述 5 6注册信息。 7 8**起始版本:** 4.1 9 10**相关模块:**[HdfUserAuth](_hdf_user_auth_v12.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18| 名称 | 描述 | 19| -------- | -------- | 20| unsigned long [enrolledId](#enrolledid) | 注册ID,用户注册新的认证凭据时会更新注册ID。 | 21| enum [AuthType](_hdf_user_auth_v12.md#authtype)[authType](#authtype) | 用户认证凭据类型[AuthType](_hdf_user_auth_v12.md#authtype)。 | 22 23 24## 类成员变量说明 25 26 27### authType 28 29``` 30enum AuthType EnrolledInfo::authType 31``` 32**描述** 33 34用户认证凭据类型[AuthType](_hdf_user_auth_v12.md#authtype)。 35 36 37### enrolledId 38 39``` 40unsigned long EnrolledInfo::enrolledId 41``` 42**描述** 43 44注册ID,用户注册新的认证凭据时会更新注册ID。 45