ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.SystemCore Namespace / ArcGISSignOn Class
Members

In This Topic
    ArcGISSignOn Class
    In This Topic
    For use with CoreHost applications that need to authenticate with portal or arcgis online.
    Object Model
    ArcGISSignOn ClassIArcGISSignOn Interface
    Syntax
    public class ArcGISSignOn : IArcGISSignOn  
    Public Class ArcGISSignOn 
       Implements IArcGISSignOn 
    Remarks
    Use this class to provide credentials to connect to federated services within CoreHost applications. Attempting to use this class within an Addin will throw a System.InvalidOperationException
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.SystemCore.ArcGISSignOn

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also