ImpersonationHelper.SetClusterCacheInNewProc Method

Sets the credential cache in the cluster with the credentials that are supplied.

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 Sub SetClusterCacheInNewProc ( _
    Cluster As ICluster, _
    isConsole As Boolean, _
    hwndParent As Integer _
)
'Usage
Dim instance As ImpersonationHelper
Dim Cluster As ICluster
Dim isConsole As Boolean
Dim hwndParent As Integer

instance.SetClusterCacheInNewProc(Cluster, _
    isConsole, hwndParent)
public void SetClusterCacheInNewProc(
    ICluster Cluster,
    bool isConsole,
    int hwndParent
)

Parameters

  • Cluster
    Type: ICluster
    The cluster object to use to set credentials.
  • isConsole
    Type: System.Boolean
    If true, the credentials are accessed through a console application; otherwise, false.
  • hwndParent
    Type: System.Int32
    Specifies the parent of destination window.

See Also

Reference

ImpersonationHelper Class

ImpersonationHelper Members

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