NWTcpConnectionAuthenticationDelegate.ShouldEvaluateTrust Method

Definition

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

[Foundation.Export("shouldEvaluateTrustForConnection:")]
public virtual bool ShouldEvaluateTrust (NetworkExtension.NWTcpConnection connection);
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