|
LdapSecurityProviderTranslateRole Method
|
Performs a translation of the specified user role.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntaxpublic override string TranslateRole(
string role
)
Public Overrides Function TranslateRole (
role As String
) As String
public:
virtual String^ TranslateRole(
String^ role
) override
abstract TranslateRole :
role : string -> string
override 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.
Implements
ISecurityProviderTranslateRole(String)
See Also