Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Authentication
AuthCommon Class
AuthCommon Methods
Dispose Method
ExecuteAuthCommand Method
ExecuteAuthRest Method
LoadTeamKeys Method
LoadUsersKeys Method
Logout Method
TryGetTeamKeys Method
TryGetUserKeys Method
Auth
Common
Load
Team
Keys Method
Load team's keys
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
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