WKNavigationDelegate.DidReceiveAuthenticationChallenge Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- challenge
- NSUrlAuthenticationChallenge
- completionHandler
- Action<NSUrlSessionAuthChallengeDisposition,NSUrlCredential>
- Attributes