AuthCommonLoadTeamKeys Method

Load team's keys

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
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