Method GetLoginTypeForUriAsync
GetLoginTypeForUriAsync(Uri)
Retrieves the PortalLoginType for the specified portal Uri.
Declaration
public static Task<PortalLoginType> GetLoginTypeForUriAsync(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | uri | The portal Uri |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PortalLoginType> | The task object representing the asynchronous operation. The value of the task result is a PortalLoginType object. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.14 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |
GetLoginTypeForUriAsync(Uri, CancellationToken)
Retrieves the PortalLoginType for the specified portal Uri.
Declaration
public static async Task<PortalLoginType> GetLoginTypeForUriAsync(Uri uri, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | uri | The portal Uri |
System.Threading.CancellationToken | cancellationToken | A System.Threading.CancellationToken with which to cancel the operation. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PortalLoginType> | The task object representing the asynchronous operation. The value of the task result is a PortalLoginType object. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.14 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |