次の方法で共有


NWTcpConnectionAuthenticationDelegate_Extensions.EvaluateTrustAsync メソッド

定義

開発者が実装すると、既定の信頼評価をオーバーライドするタスクが返されます。

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>

パラメーター

This
INWTcpConnectionAuthenticationDelegate

この拡張メソッドが動作するインスタンス。

connection
NWTcpConnection
peerCertificateChain
NSArray

戻り値

適用対象