public void DeleteKeyPair(InMemoryKeyPair keys) { this.errorId = LibpreWrapper.DestroyKeys(this.parameters, keys.PublicKey, keys.PrivateKey, this.scheme); AssertSuccess(); }