Düzenle

Aracılığıyla paylaş


NWTcpConnectionAuthenticationDelegate_Extensions.EvaluateTrustAsync Method

Definition

When implemented by the developer, returns a task that overrides the default trust evaluation.

public static System.Threading.Tasks.Task<Security.SecTrust> EvaluateTrustAsync (this NetworkExtension.INWTcpConnectionAuthenticationDelegate This, NetworkExtension.NWTcpConnection connection, Foundation.NSArray peerCertificateChain);
static member EvaluateTrustAsync : NetworkExtension.INWTcpConnectionAuthenticationDelegate * NetworkExtension.NWTcpConnection * Foundation.NSArray -> System.Threading.Tasks.Task<Security.SecTrust>

Parameters

This
INWTcpConnectionAuthenticationDelegate

The instance on which this extension method operates.

connection
NWTcpConnection
peerCertificateChain
NSArray

Returns

Applies to