Click or drag to resize

IEntityStorageTDeleteUids Method

Deletes entity by entity UID.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
void DeleteUids(
	IEnumerable<string> uids
)

Parameters

uids  IEnumerableString
List of Entity UIDs to delete.
See Also