Keeper SDK Class Library
C#
Show/Hide TOC
IKey
Loader
Load
Team
Keys Method
Load team's keys
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
Task
<
IEnumerable
<
string
>>
LoadTeamKeys
(
IEnumerable
<
string
>
teamUids
)
Parameters
teamUids
IEnumerable
String
list of team Uids
Return Value
Task
IEnumerable
String
List of unknown teams
See Also
Reference
IKeyLoader Interface
KeeperSecurity.Authentication Namespace
In This Article
Definition
Parameters
Return Value
See Also