1# CredentialInfo 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 [credentialId](#credentialid) | 认证凭据ID。 | 21| unsigned long [executorIndex](#executorindex) | 用户认证框架的执行器索引。 | 22| unsigned long [templateId](#templateid) | 认证凭据模版ID。 | 23| enum [AuthType](_hdf_user_auth_v12.md#authtype)[authType](#authtype) | 用户认证凭据类型[AuthType](_hdf_user_auth_v12.md#authtype)。 | 24| unsigned int [executorMatcher](#executormatcher) | 执行器匹配器。 | 25| unsigned int [executorSensorHint](#executorsensorhint) | 既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器,取值不为0。 | 26 27 28## 类成员变量说明 29 30 31### authType 32 33``` 34enum AuthType CredentialInfo::authType 35``` 36**描述** 37用户认证凭据类型[AuthType](_hdf_user_auth_v12.md#authtype)。 38 39 40### credentialId 41 42``` 43unsigned long CredentialInfo::credentialId 44``` 45**描述** 46认证凭据ID。 47 48 49### executorIndex 50 51``` 52unsigned long CredentialInfo::executorIndex 53``` 54**描述** 55用户认证框架的执行器索引。 56 57 58### executorMatcher 59 60``` 61unsigned int CredentialInfo::executorMatcher 62``` 63**描述** 64执行器匹配器。 65 66 67### executorSensorHint 68 69``` 70unsigned int CredentialInfo::executorSensorHint 71``` 72**描述** 73既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器,取值不为0。 74 75 76### templateId 77 78``` 79unsigned long CredentialInfo::templateId 80``` 81**描述** 82认证凭据模版ID。 83