Click or drag to resize

IEntityStorageT Interface

Defines entity storage methods.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IEntityStorage<T>
where T : 

Type Parameters

T
Type of entity.

The IEntityStorageT type exposes the following members.

Methods
 NameDescription
Public methodDeleteUids Deletes entity by entity UID.
Public methodGetAll Gets all entities in the storage.
Public methodGetEntity Gets entity by entity UID.
Public methodPutEntities Stores entities.
Top
See Also