Click or drag to resize

AuthCommonLoadTeamKeys Method

Load team's keys

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public Task<IEnumerable<string>> LoadTeamKeys(
	IEnumerable<string> teamUids
)

Parameters

teamUids  IEnumerableString
list of team Uids

Return Value

TaskIEnumerableString
List of unknown teams

Implements

IKeyLoaderLoadTeamKeys(IEnumerableString)
See Also