Share via


INWTcpConnectionAuthenticationDelegate 인터페이스

정의

프로토콜 NWTcpConnectionAuthenticationDelegate의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

[Foundation.Protocol(Name="NWTCPConnectionAuthenticationDelegate", WrapperType=typeof(NetworkExtension.NWTcpConnectionAuthenticationDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface INWTcpConnectionAuthenticationDelegate : IDisposable, ObjCRuntime.INativeObject
type INWTcpConnectionAuthenticationDelegate = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

설명

이 인터페이스에는 에 정의된 NWTcpConnectionAuthenticationDelegate프로토콜의 필수 메서드(있는 경우)가 포함됩니다.

개발자가 이 인터페이스를 구현하는 클래스를 만드는 경우 구현 메서드는 프로토콜에 정의된 NWTcpConnectionAuthenticationDelegate 메서드의 일치하는 서명과 함께 Objective-C로 자동으로 내보내됩니다.

선택적 메서드(있는 경우)는 클래스에서 인터페이스에 NWTcpConnectionAuthenticationDelegate_Extensions 대한 확장 메서드로 제공되므로 개발자는 프로토콜에서 선택적 메서드를 호출할 수 있습니다.

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

확장 메서드

EvaluateTrust(INWTcpConnectionAuthenticationDelegate, NWTcpConnection, NSArray, Action<SecTrust>)

개발자가 구현하는 경우 는 기본 신뢰 평가를 재정의합니다.

EvaluateTrustAsync(INWTcpConnectionAuthenticationDelegate, NWTcpConnection, NSArray)

개발자가 구현하는 경우 는 기본 신뢰 평가를 재정의하는 작업을 반환합니다.

ProvideIdentity(INWTcpConnectionAuthenticationDelegate, NWTcpConnection, Action<SecIdentity,NSArray>)

ID 및 선택적 인증서를 제공하기 위해 호출되는 ethod입니다.

ShouldEvaluateTrust(INWTcpConnectionAuthenticationDelegate, NWTcpConnection)

대리자에게 신뢰를 평가해야 한다고 알리기 위해 호출되는 메서드입니다.

ShouldProvideIdentity(INWTcpConnectionAuthenticationDelegate, NWTcpConnection)

대리자에게 ID 정보를 제공해야 한다고 알리기 위해 호출되는 메서드입니다.

적용 대상