ImpersonationHelper.ImpersonateToken Property

Gets an IntPtr type for the impersonated token of the user. For more information, see COM Data Types.

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
Public ReadOnly Property ImpersonateToken As IntPtr
    Get
'Usage
Dim instance As ImpersonationHelper
Dim value As IntPtr

value = instance.ImpersonateToken
public IntPtr ImpersonateToken { get; }

Property Value

Type: System.IntPtr
An IntPtr type.

See Also

Reference

ImpersonationHelper Class

ImpersonationHelper Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security Namespace