ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.SystemCore Namespace / ArcGISSignOn Class / IsSignedOn Method
The uri of the portal to check for signon
Version

    IsSignedOn Method (ArcGISSignOn)
    Check if the portal provided by the Uri is signed on. This method is for use in CoreHost applications only
    Syntax
    public bool IsSignedOn( 
       Uri portalUri
    )

    Parameters

    portalUri
    The uri of the portal to check for signon

    Return Value

    True if the portal at the specified portalUri is signed on
    Exceptions
    ExceptionDescription
    This method is for use in CoreHost applications only
    Invalid portal uri
    Remarks
    For use in CoreHost applications only
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also