ArcGIS Pro 2.9 API Reference Guide
IsSignedOn Method (ArcGISSignOn)

ArcGIS.Core.SystemCore Namespace > ArcGISSignOn Class : IsSignedOn Method
The uri of the portal to check for signon
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
)
Public Function IsSignedOn( _
   ByVal portalUri As Uri _
) As Boolean

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, Windows 8.1

See Also

Reference

ArcGISSignOn Class
ArcGISSignOn Members