Click or drag to resize

IEntityStorageTGetEntity Method

Gets entity by entity UID.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
T GetEntity(
	string uid
)

Parameters

uid  String
Entity UID.

Return Value

T
Entity instance.
See Also