Click or drag to resize

ISecurityProviderTranslateRole Method

Performs a translation of the specified user role.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
string TranslateRole(
	string role
)
View Source

Parameters

role  String
The user role to be translated.

Return Value

String
The user role that the specified user role translates to.
See Also