Hi,
How i can destroy or delete a object/key using Ncryptoki
Tks.
You can use
Session.Objects.Destroy(object);
where object is the reference to the object to delete.