Click or drag to resize

LdapSecurityProviderTranslateRole 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
public override 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.

Implements

ISecurityProviderTranslateRole(String)
See Also