SetupSingleSignOn(IGraphicSite,Control) Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overload of the SetupSingleSignOn() method is called by a control when the control is running inside InTouch. It allows for MES controls to use the logged-on InTouch user as the MES user. It also registers the control as using single sign-on.
'Declaration
Public Overloads Sub SetupSingleSignOn( _
ByVal graphicSite As Archestra.Visualization.ClientControlInterop.IGraphicSite, _
ByVal control As Control _
)
public void SetupSingleSignOn(
Archestra.Visualization.ClientControlInterop.IGraphicSite graphicSite,
Control control
)
Parameters
- graphicSite
- Required. Holds a reference to an object implementing the IGraphicSite interface. This interface has a method for getting the current InTouch user and domain and events for catching changes in the InTouch user and domain.
- control
- Required. Holds a reference to the control using single sign-on.