Click or drag to resize

IEntityStorageTGetAll Method

Gets all entities in the storage.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
IEnumerable<T> GetAll()

Return Value

IEnumerableT

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

See Also