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