IArcGISSignOn Interface Members
In This Topic
The following tables list the members exposed by IArcGISSignOn.
Public Methods
| Name | Description |
![Method](template/packages/core-dotnet/images/Method.png) | GetFormattedPortalUri |
Ensures that a portal URI is formatted correctly.
|
![Method](template/packages/core-dotnet/images/Method.png) | IsSignedOn |
Check if the portal provided by the Uri is signed on. This method is for use in CoreHost applications only
|
![Method](template/packages/core-dotnet/images/Method.png) | SetSignonHandler |
Set your SignOnHandler to receive challenge requests whenever a federated
feature service requires authentication. This method is for use in CoreHost applications only.
|
![Method](template/packages/core-dotnet/images/Method.png) | SignInWithCredentials |
Sign in to the portal provided by the Uri. This method is for use in CoreHost applications only
|
![Method](template/packages/core-dotnet/images/Method.png) | SignOut |
Sign out of the portal provided by the Uri. This method is for use in CoreHost applications only
|
Top
See Also