KeyFile.hasGroup

bool hasGroup(string groupName)

Looks whether the key file has the group group_name.

Parameters

groupNamea group name

Returns

true if group_name is a part of key_file, false

otherwise.