Click or drag to resize

AdoSecurityProviderGetUserRoles Method

Gets a list of roles for this user for a specified application ID, i.e., target node ID.

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

Parameters

applicationId  String
The node ID for the roles to be returned.

Return Value

ListString
The roles that the specified user has.

Implements

ISecurityProviderGetUserRoles(String)
See Also