AuthCommonTryGetTeamKeys Method

Gets team's keys.

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public bool TryGetTeamKeys(
	string teamUid,
	out UserKeys keys
)

Parameters

teamUid  String
Team UID
keys  UserKeys
team's keys

Return Value

Boolean
true if keys exist false if does not

Implements

IKeyLoaderTryGetTeamKeys(String, UserKeys)

See Also