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
Try
Get
Team
Keys Method
Gets team's keys.
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
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
IKeyLoader
TryGetTeamKeys(String, UserKeys
)
See Also
Reference
AuthCommon Class
KeeperSecurity.Authentication Namespace