WindowsImpersonationContextHelperImpersonateWithCallingUserIdentity Method

Note: This API is now obsolete.
ImpersonateWithCallingUserIdentity to the caller.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
[ObsoleteAttribute("Please use ImpersonationContextHelper instead, as that also enables OAuth")]
public static WindowsImpersonationContextHelper ImpersonateWithCallingUserIdentity()

Return Value

WindowsImpersonationContextHelper
A WindowsImpersonationContextHelper.

See Also