Constructor DefaultChallengeHandler
DefaultChallengeHandler()
Initializes a new instance of the Default
Declaration
public DefaultChallengeHandler()
Remarks
Unless a view controller is specified, the runtime will atttempt to determine the best view controller to display alerts above all other views in your application.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.0 - 100.15 |
DefaultChallengeHandler(UIViewController)
Initializes a new instance of the Default
Declaration
public DefaultChallengeHandler(UIViewController viewController)
Parameters
Type | Name | Description |
---|---|---|
UIKit. |
viewController | The main view controller for your application. If |
Applies to
Platforms and versions
Target | Versions |
---|---|
Xamarin.iOS | 100.14 - 100.15 |