다음을 통해 공유


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 대리자의 신뢰를 평가하도록 지정합니다.

적용 대상