|
ISecurityProviderGetUserRoles Method
|
Gets a list of Roles for this user for a specified ApplicationId.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax function GetUserRoles(applicationId);
View SourceParameters
- applicationId String
- The applicationId for the roles to be returned.
Return Value
ListStringThe roles that the specified user has.
See Also