ImpersonationHelper Class
Helper class to programmatically impersonate a user, load and unload a user's profile, and perform other maintenance-related tasks for impersonating a user.
Inheritance Hierarchy
System.Object
Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security.ImpersonationHelper
Namespace: Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security
Assembly: Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class ImpersonationHelper _
Implements IDisposable
'Usage
Dim instance As ImpersonationHelper
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class ImpersonationHelper : IDisposable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security Namespace