ImpersonationHelper.NewTokenType 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 NewTokenType As TokenType
    Get
'Usage
Dim instance As ImpersonationHelper
Dim value As TokenType

value = instance.NewTokenType
public TokenType NewTokenType { get; }

Property Value

Type: Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security.TokenType
An IntPtr type.

See Also

Reference

ImpersonationHelper Class

ImpersonationHelper Members

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