• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# CredentialInfo
2
3
4## 概述
5
6认证凭据信息。
7
8**Since:**
93.2
10**Version:**
111.0
12**相关模块:**
13
14[HdfUserAuth](_hdf_user_auth.md)
15
16
17## 汇总
18
19
20### Public 属性
21
22  | 名称 | 描述 |
23| -------- | -------- |
24| [credentialId](#credentialid) | unsigned&nbsp;long<br/>认证凭据ID。&nbsp; |
25| [index](#index) | unsigned&nbsp;long<br/>用户认证框架的执行器索引。&nbsp; |
26| [templateId](#templateid) | unsigned&nbsp;long<br/>认证凭据模版ID。&nbsp; |
27| [authType](#authtype) | enum&nbsp;[AuthType](_hdf_user_auth.md#authtype)<br/>用户认证凭据类型AuthType}。&nbsp; |
28| [executorMatcher](#executormatcher) | unsigned&nbsp;int<br/>执行器匹配器。&nbsp; |
29| [executorSensorHint](#executorsensorhint) | unsigned&nbsp;int<br/>既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器。&nbsp; |
30
31
32## 类成员变量说明
33
34
35### authType
36
37
38```
39enum AuthType CredentialInfo::authType
40```
41**描述:**
42用户认证凭据类型AuthType}。
43
44
45### credentialId
46
47
48```
49unsigned long CredentialInfo::credentialId
50```
51**描述:**
52认证凭据ID。
53
54
55### executorMatcher
56
57
58```
59unsigned int CredentialInfo::executorMatcher
60```
61**描述:**
62执行器匹配器。
63
64
65### executorSensorHint
66
67
68```
69unsigned int CredentialInfo::executorSensorHint
70```
71**描述:**
72既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器。
73
74
75### index
76
77
78```
79unsigned long CredentialInfo::index
80```
81**描述:**
82用户认证框架的执行器索引。
83
84
85### templateId
86
87
88```
89unsigned long CredentialInfo::templateId
90```
91**描述:**
92认证凭据模版ID。
93