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
38用户认证凭据类型[AuthType](_hdf_user_auth_v12.md#authtype)。
39
40
41### credentialId
42
43```
44unsigned long CredentialInfo::credentialId
45```
46**描述**
47
48认证凭据ID。
49
50
51### executorIndex
52
53```
54unsigned long CredentialInfo::executorIndex
55```
56**描述**
57
58用户认证框架的执行器索引。
59
60
61### executorMatcher
62
63```
64unsigned int CredentialInfo::executorMatcher
65```
66**描述**
67
68执行器匹配器。
69
70
71### executorSensorHint
72
73```
74unsigned int CredentialInfo::executorSensorHint
75```
76**描述**
77
78既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器,取值不为0。
79
80
81### templateId
82
83```
84unsigned long CredentialInfo::templateId
85```
86**描述**
87
88认证凭据模版ID。
89