WKNavigationDelegate.DidReceiveAuthenticationChallenge Method

Definition

Method that is called when an authentication challenge is issued.

[Foundation.Export("webView:didReceiveAuthenticationChallenge:completionHandler:")]
public virtual void DidReceiveAuthenticationChallenge (WebKit.WKWebView webView, Foundation.NSUrlAuthenticationChallenge challenge, Action<Foundation.NSUrlSessionAuthChallengeDisposition,Foundation.NSUrlCredential> completionHandler);
abstract member DidReceiveAuthenticationChallenge : WebKit.WKWebView * Foundation.NSUrlAuthenticationChallenge * Action<Foundation.NSUrlSessionAuthChallengeDisposition, Foundation.NSUrlCredential> -> unit
override this.DidReceiveAuthenticationChallenge : WebKit.WKWebView * Foundation.NSUrlAuthenticationChallenge * Action<Foundation.NSUrlSessionAuthChallengeDisposition, Foundation.NSUrlCredential> -> unit

Parameters

webView
WKWebView
Attributes

Applies to