MembershipContextGetImpersonatingUser Method |
Gets impersonating user if the current
AuthenticatedUser is impersonated, otherwise null.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public static UserInfo GetImpersonatingUser()
Return Value
Type:
UserInfoExceptions Exception | Condition |
---|
SecurityException | Data from impersonation cookie are invalid. |
See Also