Note: This API is now obsolete.
ImpersonateWithCallingUserIdentity to the caller.
Namespace:
Scanjour.Workflow4.Base
Assembly:
Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
[ObsoleteAttribute("Please use ImpersonationContextHelper instead, as that also enables OAuth")]
public static WindowsImpersonationContextHelper ImpersonateWithCallingUserIdentity()
<ObsoleteAttribute("Please use ImpersonationContextHelper instead, as that also enables OAuth")>
Public Shared Function ImpersonateWithCallingUserIdentity As WindowsImpersonationContextHelper
public:
[ObsoleteAttribute(L"Please use ImpersonationContextHelper instead, as that also enables OAuth")]
static WindowsImpersonationContextHelper^ ImpersonateWithCallingUserIdentity()
[<ObsoleteAttribute("Please use ImpersonationContextHelper instead, as that also enables OAuth")>]
static member ImpersonateWithCallingUserIdentity : unit -> WindowsImpersonationContextHelper
Return Value
Type:
WindowsImpersonationContextHelperA WindowsImpersonationContextHelper.
Reference