IEntityStorageTGetAll Method

Gets all entities in the storage.

Definition

Namespace: KeeperSecurity.Storage
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
IEnumerable<T> GetAll()

Return Value

IEnumerableT

[Missing <returns> documentation for "M:KeeperSecurity.Storage.IEntityStorage`1.GetAll"]

See Also