Share via


WKNavigationDelegate_Extensions.ShouldAllowDeprecatedTls Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ShouldAllowDeprecatedTls(this WebKit.IWKNavigationDelegate This, WebKit.WKWebView webView, Foundation.NSUrlAuthenticationChallenge challenge, Action<bool> decisionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldAllowDeprecatedTls : WebKit.IWKNavigationDelegate * WebKit.WKWebView * Foundation.NSUrlAuthenticationChallenge * Action<bool> -> unit

Parameters

webView
WKWebView
decisionHandler
Action<Boolean>
Attributes

Applies to