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