次の方法で共有


NWTcpConnectionAuthenticationDelegate_Extensions.ShouldEvaluateTrust メソッド

定義

信頼を評価する必要があることをデリゲートに通知するために呼び出されるメソッド。

public static bool ShouldEvaluateTrust (this NetworkExtension.INWTcpConnectionAuthenticationDelegate This, NetworkExtension.NWTcpConnection connection);
static member ShouldEvaluateTrust : NetworkExtension.INWTcpConnectionAuthenticationDelegate * NetworkExtension.NWTcpConnection -> bool

パラメーター

This
INWTcpConnectionAuthenticationDelegate

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

connection
NWTcpConnection

戻り値

true デリゲートが信頼を評価することを示す場合は 。

適用対象