ArcGISSignOn Class Members
In This Topic
The following tables list the members exposed by ArcGISSignOn.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Instance |
Gets the singleton instance for ArcGISSignOn
|
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetFormattedPortalUri |
Ensures that a portal URI is formatted correctly.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IsSignedOn |
Check if the portal provided by the Uri is signed on. This method is for use in CoreHost applications only
|
![Public Method](template/packages/core-dotnet/images/publicMethod.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.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SignInWithCredentials |
Sign in to the portal provided by the Uri. This method is for use in CoreHost applications only
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SignOut |
Sign out of the portal provided by the Uri. This method is for use in CoreHost applications only
|
Top
See Also