Click or drag to resize

ISecurityProviderGetUserRoles Method

Gets a list of Roles for this user for a specified ApplicationId.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
List<string> GetUserRoles(
	string applicationId
)
View Source

Parameters

applicationId  String
The applicationId for the roles to be returned.

Return Value

ListString
The roles that the specified user has.
See Also