Ilumnis Authentication

Right.Delete Method

Deletes this right.

Overload List

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);

See Also

Right Class | IExSys.Authentication Namespace