|   | SecurityProviderBaseTranslateRole Method | 
        
        
            Performs a translation of the specified user role.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual string TranslateRole(
	string role
)
Public Overridable Function TranslateRole ( 
	role As String
) As String
public:
virtual String^ TranslateRole(
	String^ role
)
abstract TranslateRole : 
        role : string -> string 
override TranslateRole : 
        role : string -> string function TranslateRole(role);
Parameters
- role  String
- The user role to be translated.
Return Value
StringThe user role that the specified user 
role translates to.
Implements
ISecurityProviderTranslateRole(String) See Also
See Also