Share via


NWTcpConnectionAuthenticationDelegate_Extensions.ShouldEvaluateTrust Method

Definition

Method that is called to inform the delegate that it should evaluate trust.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldEvaluateTrust(this NetworkExtension.INWTcpConnectionAuthenticationDelegate This, NetworkExtension.NWTcpConnection connection);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldEvaluateTrust : NetworkExtension.INWTcpConnectionAuthenticationDelegate * NetworkExtension.NWTcpConnection -> bool

Parameters

connection
NWTcpConnection

Returns

true to indicate that the delegate will evaluate trust.

Attributes

Applies to