Table of Contents

Method GetApplicationRoles

Namespace
FrameworkSystems.FrameworkBase.AccessControl
Assembly
FrameworkSystems.FrameworkBase.dll

GetApplicationRoles(bool)

Gibt eine Liste mit den Namen aller Rollen zurück, welche an dieser Applikation zur Verfügung stehen.

public List<string> GetApplicationRoles(bool reload)

Parameters

reload bool

Mit true wird ein neues Laden der Rollen vom Authentication Service erzwungen.

Returns

List<string>

GetApplicationRoles()

Gibt eine Liste mit den Namen aller Rollen zurück, welche an dieser Applikation zur Verfügung stehen.

public List<string> GetApplicationRoles()

Returns

List<string>