|
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.248-beta
SyntaxList<string> GetUserRoles(
string applicationId
)
Function GetUserRoles (
applicationId As String
) As List(Of String)
List<String^>^ GetUserRoles(
String^ applicationId
)
abstract GetUserRoles :
applicationId : string -> List<string>
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