UserContextBuildProfileRolesCollection Method |
Namespace:
NetQuarry.Security
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static NameValueCollection BuildProfileRolesCollection(
IAppContext context
)
Public Shared Function BuildProfileRolesCollection (
context As IAppContext
) As NameValueCollection
Parameters
- context
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
NameValueCollectionA NameValueCollection mapping Profile to Role Name.
See Also