Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Authentication
IKeyLoader Interface
IKeyLoader Methods
LoadTeamKeys Method
LoadUsersKeys Method
TryGetTeamKeys Method
TryGetUserKeys Method
IKey
Loader
Load
Team
Keys Method
Load team's keys
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
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