Share via


WKNavigationDelegate.ShouldAllowDeprecatedTls Method

Definition

[Foundation.Export("webView:authenticationChallenge:shouldAllowDeprecatedTLS:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ShouldAllowDeprecatedTls(WebKit.WKWebView webView, Foundation.NSUrlAuthenticationChallenge challenge, Action<bool> decisionHandler);
[<Foundation.Export("webView:authenticationChallenge:shouldAllowDeprecatedTLS:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldAllowDeprecatedTls : WebKit.WKWebView * Foundation.NSUrlAuthenticationChallenge * Action<bool> -> unit
override this.ShouldAllowDeprecatedTls : WebKit.WKWebView * Foundation.NSUrlAuthenticationChallenge * Action<bool> -> unit

Parameters

webView
WKWebView
decisionHandler
Action<Boolean>

Implements

Attributes

Applies to