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 指示委托将评估信任。

适用于