ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.SystemCore Namespace / ArcGISSignOn Class / SignOut Method
The uri of the portal to sign out

In This Topic
    SignOut Method (ArcGISSignOn)
    In This Topic
    Sign out of the portal provided by the Uri. This method is for use in CoreHost applications only
    Syntax
    Public Sub SignOut( _
       ByVal portalUri As Uri _
    ) 
    public void SignOut( 
       Uri portalUri
    )

    Parameters

    portalUri
    The uri of the portal to sign out
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also