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