1# CredentialInfo 2 3 4## 概述 5 6认证凭据信息。 7 8**起始版本:** 3.2 9 10**相关模块:**[HdfUserAuth](_hdf_user_auth_v10.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_v10.md#authtype)[authType](#authtype) | 用户认证凭据类型[AuthType](_hdf_user_auth_v10.md#authtype)。 | 24| unsigned int [executorMatcher](#executormatcher) | 执行器匹配器。 | 25| unsigned int [executorSensorHint](#executorsensorhint) | 既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器。 | 26 27 28## 类成员变量说明 29 30 31### authType 32 33``` 34enum AuthType CredentialInfo::authType 35``` 36 37**描述** 38 39用户认证凭据类型[AuthType](_hdf_user_auth_v10.md#authtype)。 40 41 42### credentialId 43 44``` 45unsigned long CredentialInfo::credentialId 46``` 47 48**描述** 49 50认证凭据ID。 51 52 53### executorIndex 54 55``` 56unsigned long CredentialInfo::executorIndex 57``` 58 59**描述** 60 61用户认证框架的执行器索引。 62 63 64### executorMatcher 65 66``` 67unsigned int CredentialInfo::executorMatcher 68``` 69 70**描述** 71 72执行器匹配器。 73 74 75### executorSensorHint 76 77``` 78unsigned int CredentialInfo::executorSensorHint 79``` 80 81**描述** 82 83既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器。 84 85 86### templateId 87 88``` 89unsigned long CredentialInfo::templateId 90``` 91 92**描述** 93 94认证凭据模版ID。 95