Deletes this right.
public void Delete();
Deletes right with specific RightId.
public static void Delete(int);
Deletes right with specific name.
public static void Delete(string);
Right Class | IExSys.Authentication Namespace