Share via


INWTcpConnectionAuthenticationDelegate.ShouldEvaluateTrust Method

Definition

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

[Foundation.Export("shouldEvaluateTrustForConnection:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldEvaluateTrust(NetworkExtension.NWTcpConnection connection);
[<Foundation.Export("shouldEvaluateTrustForConnection:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldEvaluateTrust : NetworkExtension.NWTcpConnection -> bool
override this.ShouldEvaluateTrust : NetworkExtension.NWTcpConnection -> bool

Parameters

connection
NWTcpConnection

Returns

true to indicate that the delegate will evaluate trust.

Attributes

Applies to