• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# IPinAuthInterface
2
3
4## 概述
5
6定义获取口令认证驱动的执行器列表接口。
7
8**起始版本:** 3.2
9
10**相关模块:**[HdfPinAuth](_hdf_pin_auth_v10.md)
11
12
13## 汇总
14
15
16### Public 成员函数
17
18| 名称 | 描述 |
19| -------- | -------- |
20| [GetExecutorList](#getexecutorlist) ([out] [IExecutor](interface_i_executor_pinauth_v10.md)[] executorList) | 获取执行器列表,口令认证服务进程启动进行初始化操作时通过该接口获取口令认证驱动支持的执行器列表。  |
21
22
23## 成员函数说明
24
25
26### GetExecutorList()
27
28```
29IPinAuthInterface::GetExecutorList ([out] IExecutor[] executorList)
30```
31**描述**
32获取执行器列表,口令认证服务进程启动进行初始化操作时通过该接口获取口令认证驱动支持的执行器列表。
33
34**起始版本:** 3.2
35
36**参数:**
37
38| 名称 | 描述 |
39| -------- | -------- |
40| executorList | 执行器对象列表[IExecutor](interface_i_executor_pinauth_v10.md)。 |
41
42**返回:**
43
440 表示操作成功。
45
46非0 表示操作失败。
47