Resolves the SecurityContext in case a user is a department
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static SecurityContext GetActualImpersonator( Uri oDataUri, SecurityContext impersonator, string user )
Parameters
- oDataUri
- Type: SystemUri
The OData uri. - impersonator
- Type: Scanjour.Workflow4.BaseSecurityContext
Current Security context. - user
- Type: SystemString
The user name of the impersonator.
Return Value
Type: SecurityContextResulting SecurityContext.
See Also