ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.SystemCore Namespace / IArcGISSignOn Interface / SignOut Method
The uri of the portal to sign out

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

    Parameters

    portalUri
    The uri of the portal to sign out
    Remarks
    For use in CoreHost applications only
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also