| 
            
              ISecurityProviderTranslateRole Method
             | 
          
        
        
            Performs a translation of the specified user role.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntaxstring TranslateRole(
	string role
)
Function TranslateRole ( 
	role As String
) As String
String^ TranslateRole(
	String^ role
)
abstract TranslateRole : 
        role : string -> string function TranslateRole(role);
 View SourceParameters
- role  String
 - The user role to be translated.
 
Return Value
StringThe user role that the specified user 
role translates to.
See Also