Click or drag to resize

IKeyLoaderTryGetTeamKeys Method

Gets team's keys.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
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
See Also