Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Vault
IEntityStorage<T> Interface
IEntityStorage<T> Methods
IEntity
Storage
T
Interface
Defines entity storage methods.
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
interface
IEntityStorage
<T>
where
T :
Type Parameters
T
Type of entity.
The
IEntityStorage
T
type exposes the following members.
Methods
Name
Description
DeleteUids
Deletes entity by entity UID.
GetAll
Gets all entities in the storage.
GetEntity
Gets entity by entity UID.
PutEntities
Stores entities.
Top
See Also
Reference
KeeperSecurity.Vault Namespace