Click or drag to resize
AuthenticationHelperCancelImpersonation Method
Signs out the impersonated user and switches to the original user.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 11.0.0
Syntax
C#
public static UserInfo CancelImpersonation()

Return Value

Type: UserInfo
Original user if impersonation was used, otherwise returns null
See Also