KeyFile.removeKey

bool removeKey(string groupName, string key)

Removes key in group_name from the key file.

Parameters

groupNamea group name
keya key name to remove

Returns

true if the key was removed, false otherwise

Throws

[KeyFileException]